Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.28 KB

🚀 Contributing to FancyGit

Your contribution is always welcome! Don't be shy. 😊
FancyGit has been born to make developers life easier when it comes to git repos. Receiving contributions and new ideas from other passionate developers is extremelly exciting.

📌 Issues

Feel free to submit issues and enhancement requests.
Please use GitHub Issues to report bugs or even to start a discussion about an idea of a new feature or behavior.

🧑‍💻 Contributing

Please follow these steps:

  1. Give this project a star. 🖖
  2. Fork the project.
  3. Clone the project to your own machine.
  4. Create a branch. (git checkout -b your-branch-name or gcb your-branch-name).
    • Don't forget to change the version.sh file for creating the new version.
    • Don't forget to update the CHANGELOG.md file by adding some topics containing briefs of the changes you did. As you can see, there are plenty of entries there, so it's quite simple to create yours by following some example.
  5. Commit changes to the branch you've just created.
  6. Push your work back up to your fork. (git push origin your-branch-name).
  7. Submit a Pull Request and take a coffee (or even better, you could take a coffee before it).