Skip to content

Commit

Permalink
added contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed May 12, 2024
1 parent f476da3 commit 6cd1bfe
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!-- omit in toc -->
# Contributing to Apollo

First off, thanks for taking the time to contribute! ❤️

## I Want To Contribute

> ### Legal Notice <!-- omit in toc -->
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license.

## Reporting Bugs
Bug reports are always welcome. The more information you collect, the more helpful is your bug report. Please <b>do not submit</b> any feature requests.

<!-- omit in toc -->
### Before Submitting a Bug Report
- Make sure that you are using the latest version.
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/nuclearfog/Apollo-Music/issues?q=label%3Abug).
- Collect information about the bug:
- Android version
- Possibly your input and the output
- Can you reliably reproduce the issue? And can you also reproduce it with older versions?
- Logcat (optional)

### Updating translations
- If you want to add or update translation or fix a typo, feel free to open a pull request.

### Submitting a Pull Request
- For major changes only in consultation (open an issue first)

0 comments on commit 6cd1bfe

Please sign in to comment.