Skip to content

Commit

Permalink
add github issue_template & pull_request_template
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Aug 31, 2023
1 parent 4fafb9b commit 7d6d077
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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:
*
*
*

0 comments on commit 7d6d077

Please sign in to comment.