Skip to content

Latest commit

History

History
56 lines (37 loc) 路 1.64 KB

CONTRIBUTION.md

File metadata and controls

56 lines (37 loc) 路 1.64 KB

How to Contribute 馃殌

  • Please create an issue before creating a pull request.
  • Fork the repository and create a branch for any issue that you are working on.
  • Create a pull request which will be reviewed and suggestions would be provided.
  • Add Screenshots to help us know what changes you have done.

How to make a pull request 馃

1. Fork this repo repository.

2. Clone the forked repository.

git clone https://github.com/<your-username>/DevRel-Starter.git

3. Navigate to the project directory.

cd DevRel-Starter

4. Create a new branch

Kindly give your branch a more descriptive name like link-to-person-to-follow instead of branch-1.

git checkout -b your-branch-name

5. Add the resource, please follow the guidelines following

  • Add the link: * [project-name](http://example.com/) - A short description ends with a period.
  • Keep descriptions concise and short.
  • Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.
  • Check your spelling and grammar.
  • Remove any trailing whitespace.

6. Stage your changes and commit.

git add .
git commit -m "<your_commit_message>"

7. Push your local commits to the remote repository.

git push origin your-branch-name

8. Create a new pull request from your-branch-name

9. 馃帀 Congratulations! You've made your first pull request! Now, you should just wait until the maintainers review your pull request.