-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #351 from cescoffier/features/new-pr-template
update the PR template
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
||
|