File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contribution Guide
2
+
3
+ This page contains guidelines for contributing to the this project. Please
4
+ review these guidelines before submitting any pull requests.
5
+
6
+ ## Pull Requests
7
+
8
+ The pull request process differs for new features and bugs. Before sending a
9
+ pull request for a new feature, you should first create an issue with
10
+ ` [Proposal] ` in the title. The proposal should describe the new feature, as well
11
+ as implementation ideas. The proposal will then be reviewed and either approved
12
+ or denied. Once a proposal is approved, a pull request may be created
13
+ implementing the new feature. Pull requests which do not follow this guideline
14
+ will be closed immediately.
15
+
16
+ Pull requests for bugs may be sent without creating any proposal issue. If you
17
+ believe that you know of a solution for a bug that has been filed on GitHub,
18
+ please leave a comment detailing your proposed fix.
19
+
20
+ ### Feature Requests
21
+
22
+ If you have an idea for a new feature you would like to see added, you may
23
+ create an issue on GitHub with ` [Request] ` in the title. The feature request
24
+ will then be reviewed.
25
+
26
+ ## Coding Guidelines
27
+
28
+ This project follows the PSR-0, PSR-1, and PSR-2 coding standards.
29
+
You can’t perform that action at this time.
0 commit comments