Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 1.56 KB

Contributing

First off, thank you for considering contributing to termchat 🎉

Where do I go from here?

If you've noticed a bug or have a question, search the issue tracker to see if someone else in the community has already created a ticket. If not, go ahead and make one!

Otherwise if implementing a fix, feature or new component go through these steps

1. Fork & Clone The Repository

  • Fork the repository
  • To download the full source code after forking
git clone https://github.com/yourusernamehere/termchat

2. Implement your fix, feature or enhancement

At this point, you're ready to make your changes!

Feel free to ask for help; everyone is a beginner at first 😸 Make sure to make your commit messages informative and concise.

3. Check The Application Runtime

Try running all possible configurations for termchat that you changed. (Sorry there are no tests currently). Basically don't just code without trying to run it afterwards.

4. Create A Pull Request

First make sure to commit and push your changes to your forked repository. Check to see if there are any conflicts with the main repository and your fork. If there are none submit the request and give details as to what you changed or added.

5. Bask In All The Glory Of Adding To A FOSS Application

Had to do it to em