Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 2.85 KB

CONTRIBUTING.md

File metadata and controls

50 lines (28 loc) · 2.85 KB

Contributing to Stock Hawk

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

Stock Hawk is an open source project and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into Stock Hawk itself.

Ground Rules

Responsibilities

  • Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
  • Keep changes as small as possible.
  • Be welcoming to newcomers and encourage diverse new contributors from all backgrounds.
  • Make sure to follow our code quality guidelines.

Your First Contribution

Working on your first Pull Request? You can learn how from this free series, How to Contribute to an Open Source Project on GitHub.

At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first 😸

If a maintainer asks you to "rebase" your PR, they're saying that a lot of code has changed, and that you need to update your branch so it's easier to merge.

Getting started

Take a look at the general overview of the architecture.

Unsure where to begin contributing? You can start by looking through our help-wanted issues.

Before opening your pull request

Make sure our tests and our code analysis are passing. You can run both with the following:

./gradlew check

How to report a bug

When filing an issue, make sure to answer these five questions:

  1. What version of Stock Hawk are you using?
  2. What did you do?
  3. What did you expect to see?
  4. What did you see instead?

How to suggest a feature or enhancement

If you find yourself wishing for a feature that doesn't exist in Stock Hawk, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that Stock Hawk has today have been added because our users saw the need. Open an issue on our issues list on GitHub which describes the feature you would like to see, why you need it, and how it should work.