-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add github issue_template & pull_request_template
- Loading branch information
1 parent
4fafb9b
commit 7d6d077
Showing
2 changed files
with
36 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,16 @@ | ||
### Descriptive summary | ||
|
||
Include a concise description of the issue and any relevant tracebacks if you're reporting a bug. | ||
|
||
### Expected behavior | ||
|
||
### Actual behavior | ||
|
||
### Steps to reproduce the behavior | ||
|
||
1. Do this | ||
1. Then do this... | ||
|
||
### Related work | ||
|
||
Link to related issues or prior related work here. |
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,20 @@ | ||
Fixes #issuenumber ; refs #issuenumber | ||
|
||
Present short summary (50 characters or less) | ||
|
||
More detailed description, if necessary. Try to be as descriptive as you can: even if you think that the PR content is obvious, it may not be obvious to others. Include tracebacks if helpful, and be sure to call out any bits of the PR that may be work-in-progress. | ||
|
||
Description can have multiple paragraphs and you can use code examples inside: | ||
|
||
``` ruby | ||
class PostsController | ||
def index | ||
respond_with Post.limit(10) | ||
end | ||
end | ||
``` | ||
|
||
Changes proposed in this pull request: | ||
* | ||
* | ||
* |