Skip to content

Commit

Permalink
adds GitHub PR and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jul 28, 2020
1 parent ee8d9d9 commit b07eadd
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Thank you for taking your time to talk with us!

**What is this issue about?**
<!-- Update "[ ]" to "[x]" to check a box -->

- [ ] Bug report
- [ ] Feature request
- [ ] Question


**Description**


<!-- In case of bug report, please fill out the following information. Is not mandatory, but will help finding the cause of the issue quicker. -->
**Environment information**

* asciidoctor-maven-plugin version: ___
* asciidoctorj version: ___
<!-- Open a terminal and run `mvn -v`. Note your home path may appear, edit if necessary. -->
* Maven, Java and OS version: ___
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Thank you for opening a pull request and contributing to asciidoctor-maven-plugin!

**What kind of change does this PR introduce?** (check at least one)
<!-- Update "[ ]" to "[x]" to check a box -->

- [ ] Bugfix
- [ ] Feature
- [ ] Documentation
- [ ] Refactor
- [ ] Build improvement
- [ ] Other (please describe)


**What is the goal of this pull request?**


**Are there any alternative ways to implement this?**


**Are there any implications of this pull request? Anything a user must know?**


**Is it related to an existing issue?**
<!-- If Yes, please add a line of the form: `Fixes #Issue` -->
- [ ] Yes
- [ ] No

*Finally, please add a corresponding entry to CHANGELOG.adoc*
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Documentation::

* Add reference to v2-migration-guide in README for better findability (#445)
* Fix broken link to V2 migration guide (https://github.com/ge0ffrey[@ge0ffrey]) (#446)
* Add GitHub's PR and issue templates (#465)

Build / Infrastructure::

Expand Down

0 comments on commit b07eadd

Please sign in to comment.