Skip to content

Commit

Permalink
feat: Updated CONTRIBUTING Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 10, 2023
1 parent ba1c744 commit 4864858
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
<h1 align=center>Contributing</h1>

## Issues
Thank you for considering and taking the time to contribute!
The following are the guidelines for contributing to this project:

## How to Report Bugs
Please open a new issue with steps to reproduce the problem you're experiencing.
Provide as much information as possible, including screenshots, text output, and both your expected and actual results.

## How to Request Enhancements
First, please refer to the [issues](https://github.com/SaptarshiSarkar12/Drifty/issues) section of this project and search [the repository's GitHub issues](https://github.com/SaptarshiSarkar12/Drifty/issues) to make sure that your idea has not been (or is not still) considered.
Then, please [create a new issue in the GitHub repository](https://github.com/SaptarshiSarkar12/Drifty/issues/new/choose) describing the enhancement you would like to have.
Be sure to include as much detail as possible including step-by-step descriptions, specific examples, screenshots or mockups, and providing a reason why the enhancement might be worthwhile.

## Here are some quick guide of some common ways to contribute :
### Issues
[**Issues**](https://github.com/SaptarshiSarkar12/Drifty/issues/new/choose) are very valuable to this project. Please check if any similar issues are already present. If not, then feel free to open that issue.
- **Feature 💡 Requests** are a valuable source of contributions others can make.
- **Feature 💡 Requests** are valuable sources of enhancements which the project can make.
- **Bug 🐞 Reports** show where this project is lacking and errors come up.
- With a **question** you show where contributors can improve the user experience.
- With a **question**, you show where contributors can improve the user experience.

## Projects
[**Projects**](https://github.com/users/SaptarshiSarkar12/projects/3) lists the **tasks _completed_, _in progress_ and _the ideas left to be incorporated_ in the project**. Contributors can work on the **To-Do tasks** by _**creating the issue** (if not present) and **getting yourself assigned**_.
### Projects
[**Projects**](https://github.com/users/SaptarshiSarkar12/projects/3) lists the **tasks _completed_, _in progress_ and _the ideas left to be incorporated_ in the project**. You can work on the **To-Do tasks** by _**creating the issue** (if not present) and **getting yourself assigned**_.

## Pull Requests
[**Pull requests**](https://github.com/SaptarshiSarkar12/Drifty/pulls) are a great way to get your ideas into this repository. Please open an issue at first, describing the changes you want to make and then open a PR (Pull Request) and link it to that issue.
### Pull Requests
[**Pull requests**](https://github.com/SaptarshiSarkar12/Drifty/pulls) are a great way to get your ideas (through code changes) into this project. Please open an issue at first, describing the changes you want to make, then feel free to open a PR (Pull Request).

### Does it state intent ?
#### Does it state intent ?
You should be _clear_ which problem you're trying to _solve or the feature you want to include_ with your contribution.

For example:
Expand All @@ -23,4 +36,4 @@ Doesn't tell me anything about why you're doing that

> Add files to make the app more user friendly
Tells me the problem that you have found, and the pull request shows me the action you have taken to solve it.
Tells me the problem that you have found, and the pull request shows me the action you have taken to solve it.

1 comment on commit 4864858

@vercel
Copy link

@vercel vercel bot commented on 4864858 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.