Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 3.18 KB

CONTRIBUTING.md

File metadata and controls

55 lines (33 loc) · 3.18 KB

Contributing to plugorgau

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to plugorgau, which is hosted at plugorgau/website on GitHub. These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.

Table of Contents

How Can I Contribute?

How Can I Contribute?

Suggesting Enhancements

Before creating enhancement suggestions, please check this list as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please include as many details as possible.

Before Submitting An Enhancement Suggestion

  • Perform a cursory search to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.

How Do I Submit A (Good) Enhancement Suggestion?

Enhancement suggestions are tracked as GitHub issues. When you create an issue try and provide the following information where appropriate:

  • Use a clear and descriptive title for the issue to identify the suggestion.
  • Provide a step-by-step description of the suggested enhancement in as many details as possible.
  • Provide specific examples to demonstrate the steps. Include copy/pasteable snippets which you use in those examples, as Markdown code blocks.
  • Describe the current behavior and explain which behavior you expected to see instead and why.
  • Explain why this enhancement would be useful to most plugorgau members.

Your First Code Contribution

Unsure where to begin contributing to plugorgau/website? You can start by looking through these beginner and help-wanted issues:

  • Beginner issues - issues which should only require a few lines of code, and a test or two.
  • Help wanted issues - issues which should be a bit more involved than beginner issues.

Pull Requests

Pull requests should come from topic branches on forks of the plugorgau repo and target the master branch.

Preferably the branch would be named gh-pages and hosted on github so that the changes could be viewed via github pages.

Once the pull request receives a +1 from a core contributor it is ready to be merged to master.

If the pull request has come from a core contributor it is their responsibility to merge.

Try and use the following guidelines when creating pull requests.