Skip to content

Commit

Permalink
Merge pull request #159 from ral-facilities/feature/add-issue-templat…
Browse files Browse the repository at this point in the history
…es-#133

Adding issue/PR templates
  • Loading branch information
MRichards99 authored Nov 18, 2020
2 parents 8e3e161 + de159f8 commit 7fffd18
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**Description**:
Add a description here

**Acceptance criteria**:
- [ ] A checklist
- [ ] of criteria to accept this story as done
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This PR will close #{issue number}

## Description
Enter a description of the changes here

## Testing instructions
Add a set up instructions describing how the reviewer should test the code

- [ ] Review code
- [ ] Check Travis build
- [ ] Review changes to test coverage
- [ ] {more steps here}

## Agile board tracking
connect to #{issue number}

0 comments on commit 7fffd18

Please sign in to comment.