Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.39 KB

How to contribute to Marlon Richert's repos on GitHub

Thanks for wanting to contribute! 😃 Here are some ways you can help me out:

Thank me for my efforts by throwing me a couple of dollars each month. Why don't you? 🙂 I don't care about the actual amount; you'll always get a Sponsor badge on your profile in return.

Submit a Pull Request

The most helpful way to contribute code is to submit a pull request that resolves an open issue. Additionally, to make the review of your code as quick as possible, please try to adhere to the following guidelines:

  • Use the same style as the existing code.
  • Follow the Seven Rules of a Great Commit Message.
  • Try to keep the number of commits in one pull request to the absolute minimum (within reason).

Open an Issue

The most helpful way to report a bug is to provide me with minimal, reproducible test case. Also, if the repo you're reporting a bug on contains a bug report template, then please follow the bug report template to the letter. Remember, if I cannot reproduce the bug, then I cannot fix it.

Suggestions are welcome, too, but before opening a new feature request, please consider starting a discussion about your ideas first.