ReaderForSelfoss-multiplatform/.github/CONTRIBUTING.md

3.0 KiB

Introduction

Hey you !

Thank you for wanting to help. Even the smallest things can help this project become better.

Please read the guidelines before contributing, and follow them (or try to) when contributing.

What you can do to help.

There are many ways to contribute to this project, you could translate the app, report bugs, request missing features, suggest enhancements and changes to existing ones. You also can improve the README with useful tips that could help the other users.

You can fork the repository, and help me solve some issues or develop new things

What I can't help you with.

Please, don't use the issue tracker for anything related to Selfoss itself. The app calls the api provided by Selfoss, and can't help with solving issues with your Selfoss instance.

Always check if the web version of your instance is working.

Some rules

Bug reports/Feature request

  • Always search before reporting an issue or asking for a feature to avoid duplicates.
  • Include your unique user id. It's displayed on the debug settings page. (You can tap it, it'll be copied to your clipboard)
  • Include every other useful details (app version, phone model, Android version and screenshots when possible).
  • Avoid bumping non-fatal issues, or feature requests. I'll try to fix them as soon as possible, and try to prioritize the requests. (You may wan to use the reactions for that)

Pull requests

  • Don't create a PR for translations.
  • Please ask before starting to work on an issue. I may be working on it, or someone else could be doing so.
  • Each pull request should implement ONE feature or bugfix. Keep in mind that you can submit as many PR as you want.
  • Your code must be simple and clear enough to avoid using comments to explain what it does.
  • Follow the used coding style the android koding style (some idoms for reference) with more to come.
  • Try as much as possible to write a test for your feature, and if you do so, run it, and make it work.
  • Always check your changes and discard the ones that are irrelevant to your feature or bugfix.
  • Have meaningful commit messages.
  • Always reference the issue you are working on in your PR description.
  • Be willing to accept criticism on your PRs (as I am on mine).
  • Remember that PR review can take time.

Install Selfoss (if you don't have an instance)

I won't provide any selfoss instance url. If you want to help, but to not have one, you'll have to install one, and use it.

All the details to need are here.