Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 729 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 729 Bytes

Contributing to TownyElections

Thanks for taking your time to help to the project.

If you haven't, take a look at the Projects tab to see what's happening on the project right now.

Cloning and forking the project

  1. Clone and fork the project
  2. Create a branch for your feature (git checkout -b feature/YourNewFeature)
  3. Commit your changes (git commit -m "Added my new feature!")
  4. Push to the branch (git push origin feature/YourNewFeature)
  5. Open a Pull Request

Submitting a Pull Request

When opening a Pull Request, make sure to make a list detailing what you've done. It does not need to be in depth, just a brief explanation.

Also, always try to write clear commit logs to keep the project clean.