Skip to content

Commit

Permalink
Merge pull request #171 from uclibs/170-add-github-templates
Browse files Browse the repository at this point in the history
add github issue_template & pull_request_template
  • Loading branch information
crowesn authored Sep 6, 2023
2 parents 8cb51f3 + 7d6d077 commit 6df60d8
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 6df60d8

Please sign in to comment.