Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.89 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.89 KB

"I want to contribute to ThunderRequest!"

👋🏻 Hi there, we're super excited that you want to contribute to ThunderRequest! ⛈

ThunderRequest is a project used within 3 SIDED CUBE, built over many years, to power our award-winning iOS apps. It is to be used alongside ThunderCloud, ThunderTable, ThunderCollection, and ThunderBasics to provide a foundation for apps to be built against.

"How can I contribute?"

Before you get started, please take a look at code of conduct, and make sure to adhere to it ☮️.

Then:

  • Clone the project down via your preferred means.
  • Run the project! ✨

"How can I report bugs?"

  • Ensure the bug hasn't already been reported in GitHub under Issues
  • If you can't find a bug which seems to match yours, or you're unsure please create a new one

"How can I fix bugs?"

  • If you find a bug, please create a PR and also create an issue so it can be tagged against a specific release.

"What about fixing whitespacing/formatting or making a cosmetic patch?"

  • Please go ahead and fix whitespacing (we indent using spaces, please also do this... even if you don't agree!)

"What about adding functionality / features?"

Please go ahead and add new functionality and features, however it may be wise to create an issue (or check the open issues) first to make sure it isn't already being worked on, and it remains in scope of the ThunderCloud framework.