-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b96ad1
commit f900288
Showing
4 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Contribution Guidelines | ||
|
||
Before filing a bug report or a feature request, be sure to read the contribution guidelines. | ||
|
||
## How to use GitHub | ||
We use GitHub exclusively for well-documented bugs, feature requests and code contributions. Communication is always done in English. | ||
|
||
To receive free support for Enable Contributor Uploads: | ||
* [Support forums](https://wordpress.org/support/plugin/enable-contributor-uploads/) on WordPress.org | ||
|
||
Thanks for your understanding. | ||
|
||
## Security issues | ||
Please do not report security issues here. Instead, email them to security at our domain so we can deal with them securely and quickly. | ||
|
||
## I have found a bug | ||
Before opening a new issue, please: | ||
* update to the newest versions of WordPress and the Enable Contributor Uploads plugins. | ||
* search for duplicate issues to prevent opening a duplicate issue. If there is already an open existing issue, please comment on that issue. | ||
* follow our _New issue_ template when creating a new issue. | ||
* add as much information as possible. For example: add screenshots, relevant links, step by step guides etc. | ||
|
||
## I have a feature request | ||
Before opening a new issue, please: | ||
* search for duplicate issues to prevent opening a duplicate feature request. If there is already an open existing request, please leave a comment there. | ||
* add as much information as possible. For example: give us a clear explanation of why you think the feature request is something we should consider for the plugin. | ||
|
||
## I want to create a patch | ||
Community made patches, localizations, bug reports and contributions are very welcome and help us tremendously. | ||
|
||
When contributing please ensure you follow the guidelines below so that we can keep on top of things. | ||
|
||
#### Submitting an issue you found | ||
Make sure your problem does not exist as a ticket already by searching through [the existing issues](https://github.com/equalizedigital/enable-contributor-uploads/issues). If you cannot find anything which resembles your problem, please [create a new issue](https://github.com/equalizedigital/enable-contributor-uploads/issues/new). | ||
|
||
#### Fixing an issue | ||
|
||
* Fork the repository on GitHub (make sure to use the `develop` branch). | ||
* Make the changes to your forked repository. | ||
* Ensure you stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) and you properly document any new functions, actions and filters following the [documentation standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/). | ||
* When committing, reference your issue and include a note about the fix. | ||
* Push the changes to your fork and submit a pull request to the `develop` branch of the Enable Contributor Uploads repository. | ||
|
||
We will review your pull request and merge when everything is in order. We will help you to make sure the code complies with the standards described above. | ||
|
||
#### 'Patch welcome' issues | ||
Some issues are labeled 'patch-welcome'. This means we see the value in the particular enhancement being suggested but have decided for now not to prioritize it. If you however decide to write a patch for it, we'll gladly include it after some code review. | ||
|
||
#### Additional Resources | ||
* [General GitHub Documentation](https://help.github.com/) | ||
* [GitHub Pull Request documentation](https://help.github.com/send-pull-requests/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
<!-- Please use this template when creating an issue. | ||
- Please check the boxes after you've created your issue. | ||
- Please use the latest version of Enable Contributor Uploads.--> | ||
|
||
* [ ] I've read and understood the [contribution guidelines](https://github.com/equalizedigital/enable-contributor-uploads/blob/develop/.github/CONTRIBUTING.md). | ||
* [ ] I've searched for any related issues and avoided creating a duplicate issue. | ||
|
||
### Please give us a description of what happened. | ||
|
||
|
||
|
||
|
||
### Please describe what you expected to happen and why. | ||
|
||
|
||
|
||
|
||
### How can we reproduce this behavior? | ||
1. | ||
2. | ||
3. | ||
|
||
### Technical info | ||
* WordPress version: | ||
* Enable Contributor Uploads version: | ||
|
||
* Relevant plugins in case of a bug: | ||
<!-- Please make sure you can reproduce this bug with a default theme such as Twenty Seventeen. Sometimes issues may occur due to theme conflicts. --> | ||
* Tested with theme: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- Before opening a new issue, please search for duplicate issues to prevent opening a duplicate feature request. If there is already an open existing request, please leave a comment there. --> | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
|
||
## Describe the solution you'd like | ||
|
||
## Why do you think this feature is something we should consider for this plugin? | ||
|
||
## Additional context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |