Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.59 KB

contributing.md

File metadata and controls

30 lines (20 loc) · 1.59 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.

Submission Guidelines

Please ensure your pull request adheres to the following guidelines:

  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Make an individual pull request for each suggestion.
  • Use the following format: [name](link) - Description.
  • Link additions should be added to the bottom of the relevant section.
  • New categories or improvements to the existing categorization are welcome.

Adding something to this list

If you have something awesome to contribute to this list, this is how you do it.

You'll need a GitHub account!

  1. Access this list's GitHub page: https://github.com/sfischer13/awesome-perl6
  2. Click on the README.md file.
  3. Now click on the edit icon.
  4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use GitHub Flavored Markdown.
  5. Say why you're proposing the changes, and then click on "Propose file change".
  6. Submit the pull request!

Updating your Pull Request

Sometimes, we will ask you to edit your Pull Request before it is included. If you're not sure how to do that, here is a guide on how to update your Pull Request so that we can merge it.