Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds GitHub PR and issue templates #465

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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