Skip to content

Commit

Permalink
Introduces templates for GH issues and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Oct 26, 2016
1 parent 9620598 commit b3ea450
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -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>
```
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -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**: #

0 comments on commit b3ea450

Please sign in to comment.