Skip to content

Commit

Permalink
corrected the typos in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeard002 committed Jan 6, 2024
1 parent a198bed commit 08bb8b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contribution Guidelines

Thank you for your interest in contributing to Swaplace! The project is an open source build by the community. We are welcome any type of contribution, suggestion or improvement, no matter how small.
Thank you for your interest in contributing to Swaplace! The project is an open-source build by the community. We welcome any type of contribution, suggestion or improvement, no matter how small.

### Contents

Expand All @@ -16,21 +16,21 @@ Thank you for your interest in contributing to Swaplace! The project is an open

There are many ways to contribute, but here are a few steps to start:

1. Fork the repository in GitHub
2. Check if you have any issue, suggestion or improvement to work in.
1. Fork the repository in GitHub.
2. Check if you have any issue, suggestion or improvement to work on.

- We manage all the issues using [GitHub Projects](https://github.com/orgs/blockful-io/projects/3)

3. Send a message in the issue like
`I'm interested in this issue` or ask for more information like `Hey, can you provide more information about this ... ?`and the mantainers will assigned or provide more context about your issue. **After that, you are asigned to the issue.**
`I'm interested in this issue` or ask for more information such as `Hey, can you provide more information about this ... ?` The mantainers will then assign or provide more context about your issue. **After that, you are asigned to the issue.**

4. If a task is already assigned but you believe you can expedite the process, feel free to comment, requesting to assist or speed up the task. Additionally, you may open a pull request directly because we prioritize both code efficiency and delivery speed. Thus, we encourage multiple individuals to review the same issues and debate together to enhance the code's security.

### Congratulations ! Now you can start work in the issue and everyone knows you are assigned.
### Congratulations ! You can now start working on the issue, and everyone is aware that you are assigned.

## Opening Issue
## Opening An Issue

Before opening an issue, please check if there is no issue open. If there is, feel free to comment or suggest more details. We are always open to feedback and receptive to suggestions!
Before opening an issue, please check if there is any issue already open. If there is, feel free to comment or suggest more details. We are always open to feedback and receptive to suggestions!

- Before [creating an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-project), check if your fork is updated.

Expand All @@ -50,7 +50,7 @@ Some examples below:

## Submiting Pull Requests

You can resolve an issue and after that submit a pull request fixing an issue and remember to [reference that issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword#linking-a-pull-request-to-an-issue-using-a-keyword). When submit a PR, put the code below with the number of the issue you are closing
You can resolve an issue and after that submit a pull request fixing an issue and remember to [reference that issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword#linking-a-pull-request-to-an-issue-using-a-keyword). When submitting a PR, put the code below with the number of the issue you are closing
`Example: closes #1`

## Code Review
Expand Down

0 comments on commit 08bb8b2

Please sign in to comment.