-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces templates for GH issues and PRs
- Loading branch information
1 parent
3ae85cf
commit 1f1ca8d
Showing
2 changed files
with
66 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!-- | ||
Thanks for interest in Arquillian Project. What kind of issue would like you to raise? | ||
Question | ||
Please ask questions about how to use something, or to understand why something isn't | ||
working as you expect it to, on Stack Overflow using the arquillian tag. Alternatively you | ||
can go to our forum under jboss.org domain https://developer.jboss.org/en/arquillian | ||
Bug report / Enhancement | ||
Please follow template provided below | ||
YOU CAN DELETE THIS TEXT BEFORE SUBMITTING THE ISSUE | ||
--> | ||
|
||
##### Issue Overview | ||
|
||
Tell us briefly what the problem is about. | ||
|
||
##### Expected Behaviour | ||
|
||
##### Current Behaviour | ||
|
||
##### Steps To Reproduce | ||
1. [step 1] | ||
2. [step 2] | ||
|
||
##### Additional Information | ||
|
||
Anything relevant to help us resolving the problem. For example if you are using `mvn` you can share output for `mvn --version` as well as dependencies in use `mvn dependency:tree`. OS as well as JDK version would be helpful too. | ||
|
||
For long outputs such as stacktraces please use HTML5 `<details>` | ||
|
||
``` | ||
<details> | ||
<summary>$mvn --version</summary> | ||
Maven home: /usr/share/maven/latest | ||
Java version: 1.7.0_79, vendor: Oracle Corporation | ||
Java home: /usr/java/jdk1.7.0_79/jre | ||
Default locale: en_US, platform encoding: UTF-8 | ||
OS name: "linux", version: "4.7.7-200.fc24.x86_64", arch: "amd64", family: "unix" | ||
</details> | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- | ||
Many thanks for contributing to Arquillian! Together we can make the testing world better. | ||
Please tell us what this PR brings following the template we provided. | ||
And don't forget to link to the issue (or create one if there is none). | ||
If you are still working on the change please prefix this pull request title with "WIP" | ||
YOU CAN DELETE THIS COMMENT :) | ||
--> | ||
|
||
#### Short description of what this resolves: | ||
|
||
|
||
#### Changes proposed in this pull request: | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
**Fixes**: # |