Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 3.33 KB

CONTRIBUTING.md

File metadata and controls

53 lines (42 loc) · 3.33 KB

How to contribute to 'AIMSICD'


To avoid confusion and neglected development commits, please ALWAYS read this guide first!

DEVELOPERS WELCOME!

  • Testers are always welcome, Developers even more. Grab our latest Release!
  • Before testing our App, you should read our WIKI and must agree to our Disclaimer.
  • Security matters. But don't be scared to contribute, check out our note on Privacy!
  • You are invited to participate in our official Discussion (highly technical talk only).
  • Help us solving these existing Issues! You might get rewarded for doing so.
  • Can't contribute code, but love our Project? Spread the link to our website!

Right formatting of Posts

Here are some useful links to help you with correctly structuring and formatting posts.

Important note on Commits

  • We love developers! Earn our respect through creating pull requests!
  • If you added foreign code, please reference it in our SOURCES.
  • ALWAYS respect the LICENSE this project is licensed with.
  • If you submit a commit, please make sure to explain its pull request poperly.
  • ❗ Add comments to your own and existing code to make it understandable!

For example: Put something like this in the header of the file: DeviceApi17.java

...
import java.util.List;
// -------------------------------------------------------------------
// Author:      E:V:A
// First:       2014-10-20
// Last:        2014-10-22
// Description: Used to separate API 17 stuff from newer APIs >17.
// Used in:     CellTracker.java, Device.java
// -------------------------------------------------------------------
...

On Bugs and Suggestions

  • Discovered a real bug? Please follow our instructions on how to correctly submit Issues.
  • NEVER be shy to suggest a new feature - but PLEASE skip questions on ETAs. Thank you.
  • Be polite and respectful. This project is like a plant: Be gentle to it and let it grow!