Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Tek committed Jul 13, 2022
2 parents 35e8795 + d1db60d commit c1637fe
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_issue_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug/Issue Report
about: File a bug/an issue
title: '[BUG] {title}'
labels: bug
assignees: ''

---
**Prerequisites**
Please ensure you have completed all of the following:
- [ ] I have read the [CONTRIBUTING.md](../../blob/master/CONTRIBUTING.md).
- [ ] I have read the [Code of Conduct](../../blob/master/CODE_OF_CONDUCT.md).
- [ ] I have searched the [existing issues](https://github.com/N-Tek/docbook-5.0.0/issues?q=is%3Aissue+label%3Abug) without success.

**Environment**
- Distro: [e.g. Slackware64 15.0]
- Shell [e.g. bash 5.1.16(1)]
- Slack Build Package Release Version [e.g. v1.0.0]

**Describe the bug/issue**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
A clear and concise description of what actually happened.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Logs, Error Output**
If applicable, add logs and/or error output to help explain your problem.

**Additional context**
Add any other context about the problem.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Request
about: File a feature request
title: '[FEATURE] {title}'
labels: enhancement
assignees: ''

---
**Prerequisites**
Please ensure you have completed all of the following:
- [ ] I have read the [CONTRIBUTING.md](../../blob/master/CONTRIBUTING.md).
- [ ] I have read the [Code of Conduct](../../blob/master/CODE_OF_CONDUCT.md).
- [ ] I have searched the [existing issues](https://github.com/N-Tek/docbook-5.0.0/issues?q=is%3Aissue+label%3Aenhancement) without success.

**Describe the Feature Request**
A clear and concise description of what the feature does, what you want to happen.

**Describe the Use Case**
A clear and concise use case of what problem this feature would solve.

**Describe Preferred Solution**
A clear and concise description of what and how you want this feature to be implemented.

**Describe Alternatives**
A clear and concise description of any alternative solutions or features you have considered.

**Additional context**
Add any other context or screenshots about the feature request here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Support Request
about: File a request for support
title: '[SUPPORT] <title>'
labels: ''
assignees: ''

---
**Prerequisites**
Please ensure you have completed all of the following:
- [ ] I have read the [CONTRIBUTING.md](../../blob/master/CONTRIBUTING.md).
- [ ] I have read the [Code of Conduct](../../blob/master/CODE_OF_CONDUCT.md).
- [ ] I have searched the [existing issues](https://github.com/N-Tek/docbook-5.0.0/issues?q=is%3Aissue) without success.

**Environment**
- Distro: [e.g. Slackware64 15.0]
- Shell [e.g. bash 5.1.16(1)]
- Slack Build Package Release Version [e.g. v1.0.0]

**Explain the nature of the request**
Provide as much context as you can about what you're running into
47 changes: 47 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Pull Request
about: File a pull request
title: '[PR] {title}'
labels: ''
assignees: ''

---
**Prerequisites**
Please ensure you have completed all of the following and put an `X` in the boxes that apply.
- [ ] I have read the [CONTRIBUTING.md](../../blob/master/CONTRIBUTING.md).
- [ ] I have read the [Code of Conduct](../../blob/master/CODE_OF_CONDUCT.md).
- [ ] I have searched the [existing pulls requests](https://github.com/N-Tek/docbook-5.0.0/pulls?q=is%3Apr) without success.

**Proposed changes**
A clear and concise description of your introduced changes.

**Types of changes**
What type of changes does your contribution introduce to the project? Please put an `X` in the boxes that apply.
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code style update (non-breaking change which formats and/or renames certain parts of the code)
- [ ] Build related changes (non-breaking change which updates build related material)
- [ ] Breaking change (fix of feature that would cause existing functionality to now work as expected)
- [ ] Dcoumentation Update (documentation content changes)
- [ ] Other (please describe)

**What is current behavior?**
If fixes a bug or resolves a feature request please be sure to add the link
to that issue.

Issue Number: N/A

**What is the new behavior?**

-
-
-

**Testing Environment**
- Distro: [e.g. Slackware64 15.0]
- Shell [e.g. bash 5.1.16(1)]
- Slack Build Package Release Version [e.g. v1.0.0]

**Further Comments / Other Information**
If this is a relatively large or complex change please explain why you choose the solution you did and
what alternatives you considered, etc...

0 comments on commit c1637fe

Please sign in to comment.