diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..94608a120a4 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,115 @@ +--- +name: 🐛 Bug report +about: Help us improving by reporting a bug +labels: bug +assignees: '' +--- + + + + + +## 1) How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. + + +## 2) Describe the bug +*A clear and concise description of the bug.* + +### Steps to reproduce +``` + +1. +2. +3. + +``` +### Expected behavior +``` + +A clear and concise description of what you expected to happen. + +``` +### Actual behaviour +``` + +A clear and concise description of what happens instead. + +``` + +### Screenshots +*If applicable, add any screenshots here to help explain your problem.* + +### Server configuration +``` + +- Host: +- Operating system: +- Web server: +- Database: +- PHP version: + +``` + +### Webtrees configuration +``` + +- Webtrees version: +- Updated from an older Webtrees or fresh install: +- Where did you install Webstrees from: + +``` + +### Client configuration +``` + +- Device: +- Operating system: +- Browser: + +``` + +## 3) Additional context +``` + +Add any other context about the problem here. + +``` + +## 4) Logs +*Reports without logs might be closed as unqualified reports!* + +### Web server error log + +``` + +Insert your webserver error log (not the access log) here. + +``` + +### Browser log + +``` + +Insert your browser log here, this could for example include: +a) The javascript console log +b) The network log +c) ... + +``` diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..d4c1561c7b6 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Support and Questions + url: "https://www.webtrees.net/index.php/en/forum" + about: "If you have trouble with setting up Webtrees, please use the forum instead of opening an issue here." diff --git a/.github/workflows/ISSUE_TEMPLATE/development_help.md b/.github/workflows/ISSUE_TEMPLATE/development_help.md new file mode 100644 index 00000000000..b7e4fdaaf03 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/development_help.md @@ -0,0 +1,31 @@ +--- +name: 🚧 Development +about: Ask for help with development +labels: question +--- + + + + + + +## How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. + +## Please describe your development goal +* Is your question related to a existing feature? Or is it a new feature? +* What are you struggling with? +* What are your development skills? diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..71f83fd4546 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,57 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project +labels: enhancement +assignees: '' +--- + + + + + + +## 1) How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. + + +## 2) Describe your feature request + +### Is your feature request related to a problem? Please describe. +``` + +A clear and concise description of what the problem is. + +``` + + +### 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.*