Skip to content

Commit

Permalink
PR template to remind hotfix check (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck authored Jul 26, 2022
1 parent bcde5c8 commit 7e6e52c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Description**
A description of the PR, should include a decent explanation as to why this change was needed and a decent explanation as to what this change does

**Issue**
A link to a github issue or SEAB- ticket (using that as a prefix)

Please make sure that you've checked the following before submitting your pull request. Thanks!

- [ ] Ensure that the PR targets the correct branch. Check the milestone or fix version of the ticket.
2 changes: 1 addition & 1 deletion nextflow-parsing/NextflowParsingFunction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-client</artifactId>
<version>1.12.0-alpha.1-SNAPSHOT</version>
<version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7e6e52c

Please sign in to comment.