-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add/update contribution guidelines, issue/PR templates for GH Issues
- Loading branch information
Showing
3 changed files
with
101 additions
and
11 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,32 @@ | ||
<!--- Provide a general summary of the issue in the Title above --> | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Context | ||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
## Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Version used: | ||
* Browser Name and version: | ||
* Operating System and version (desktop or mobile): | ||
* Link to your project: |
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,42 @@ | ||
<!-- Thank you for your contribution! | ||
Please file this form by replacing the Markdown comments | ||
with your text. If a section needs no action - remove it. | ||
Also remember, that CouchDB uses the Review-Then-Commit (RTC) model | ||
of code collaboration. Positive feedback is represented +1 from committers | ||
and negative is a -1. The -1 also means veto, and needs to be addressed | ||
to proceed. Once there are no objections, the PR can be merged by a | ||
CouchDB committer. | ||
See: http://couchdb.apache.org/bylaws.html#decisions for more info. --> | ||
|
||
## Overview | ||
|
||
<!-- Please give a short brief for the pull request, | ||
what problem it solves or how it makes things better. --> | ||
|
||
## Testing recommendations | ||
|
||
<!-- Describe how we can test your changes. | ||
Does it provides any behaviour that the end users | ||
could notice? --> | ||
|
||
## GitHub issue number | ||
|
||
<!-- If this is a significant change, please file a separate issue at: | ||
https://github.com/apache/couchdb-fauxton/issues | ||
and include the number here and in commit message(s) using | ||
syntax like "Fixes #472" or "Fixes apache/couchdb#472". --> | ||
|
||
## Related Pull Requests | ||
|
||
<!-- If your changes affects multiple components in different | ||
repositories please put links to those pull requests here. --> | ||
|
||
## Checklist | ||
|
||
- [ ] Code is written and works correctly; | ||
- [ ] Changes are covered by tests; | ||
- [ ] Documentation reflects the changes; | ||
- [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the correct tag once a new Fauxton release is made |
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