Skip to content

Commit

Permalink
Merge pull request #351 from cescoffier/features/new-pr-template
Browse files Browse the repository at this point in the history
update the PR template
  • Loading branch information
gsmet authored Nov 4, 2019
2 parents 195a532 + 83af401 commit a713456
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
**Please make sure that your pull request is targeting the `development` branch.**

**Check list**:

Your pull request:

- [ ] targets the `development` branch
- [ ] uses the `999-SNAPSHOT` version of Quarkus
- [ ] has tests (`mvn clean test`)
- [ ] works in native (`mvn clean package -Pnative`)
- [ ] has native tests (`mvn clean verify -Pnative`)
- [ ] makes sure the documentation must not be updated
- [ ] links the documentation update pull request (if needed)
- [ ] updates or creates the `README.md` file (with build and run instructions)
- [ ] For new quickstart, is located in the directory _component-quickstart_
- [ ] For new quickstart, is added to the root `pom.xml` and `README.md`


0 comments on commit a713456

Please sign in to comment.