Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.57 KB

contributing.md

File metadata and controls

41 lines (29 loc) · 1.57 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


Ensure your pull request adheres to the following guidelines:

  • The profiles are sorted alphabetically.
  • The format for a profile is the following:
* Name of the profile - [<Sponsorship medium>](link to sponsorship medium), [<Sponsorship medium>](link to sponsorship medium), ...

Example:

* Jane Doe - [GitHub Sponsors](https://github.com/sponsors/janedoe), [Patreon](https://patreon.com/janedoe)
* John Doe - [Donation page](https://custom-website-for-john-doe.com/)

The order of the sponsorship mediums is up to the profile's preference. If you're adding someone else, please ask them.

You can also make the name of the profile link to their website, and you can optionally add their GitHub page (or equivalent).

Example:

* [Jane Doe](https://janedoe.com) ([GitHub](https://github.com/janedoe)) - [GitHub Sponsors](https://github.com/sponsors/janedoe), [Patreon>](https://patreon.com/janedoe)

Updating your PR

A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, here is a guide on the different ways you can update your PR so that we can merge it.