Skip to content
Closed
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
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: AFaust
type: Bug

---

**Describe the bug**
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.

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

**Desktop (please complete the following information):**
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- ACS version [e.g. 26.1]
- OOTBee version [e.g. 1.2.3.1]

**Additional details**
Since OOTBee Support Tools is an addon for administrative and/or development users, you might be able to provide more technical details. We appreciate any log output from e.g. `alfresco.log` or your browser's web developer tools console, insights from potential tests of different configuration variants, or even code analysis.

**Additional context**
Add any other context about the problem here.

**Contribution**
Let us know if and how you may be able to contribute to resolving the bug.
- If you write code and can code up the solution, we welcome PRs. If you can do this but would like guidance from the core team let us know.
- Are you willing/able to test any work we do towards your request?
- If you plan to contribute to the project and you are not familiar with our current [contribution policy](https://github.com/OrderOfTheBee/ootbee-support-tools/blob/master/CONTRIBUTING.md), please make sure you have read that document.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: AFaust

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

**Contribution**
Let us know if and how you may be able to contribute to resolving the request.
- If you write code and can code up the solution, we welcome PRs. If you can do this but would like guidance from the core team let us know.
- Are you willing/able to test any work we do towards your request?
- If you plan to contribute to the project and you are not familiar with our current [contribution policy](https://github.com/OrderOfTheBee/ootbee-support-tools/blob/master/CONTRIBUTING.md), please make sure you have read that document.
Loading