💿🐜 Antkeeper source code https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
964 B

  1. # Contributing to Antkeeper
  2. Thanks for taking the time to make Antkeeper better! ❤🐜
  3. ## Reporting Bugs
  4. To report a bug, please do one of the following:
  5. * [Open an issue](https://github.com/antkeeper/antkeeper-source/issues) on GitHub
  6. * [Email us](mailto:contact@antkeeper.com) a description of the bug
  7. * [Chat with us](https://discord.gg/AQA955HbK3) about the bug on Discord
  8. ## Suggesting Changes
  9. To suggest changes or new features, please do one of the following:
  10. * [Email us](mailto:contact@antkeeper.com) your suggestion
  11. * [Chat with us](https://discord.gg/XpjNdXHCJK) about your suggestion on Discord
  12. ## Contributing Code
  13. If you have written code that fixes a bug or provides new functionality, please [open a pull request](https://github.com/antkeeper/antkeeper-source/pulls) on GitHub.
  14. ### Coding Conventions
  15. Ensure that all code contributions adhere to the following conventions:
  16. * C++ STL naming conventions
  17. * Allman indent style with tabs