From a81dce394d7e0c8abf91731b47f659f505918817 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 25 Sep 2020 22:15:51 +0200 Subject: [PATCH 1/3] Github issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 10 +++++++ .github/issue_template.md | 15 ---------- 4 files changed, 66 insertions(+), 15 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..9da561e0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + +### Expected behavior + + + +### Actual behavior + + + +### Steps to reproduce the problem + + + +1. step one +2. step two +3. step three + +### Platform Info + +Friendica Version: + +Friendica source (git, zip): + +PHP version: + +SQL version: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..7484a8362 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: New Feature +assignees: '' + +--- + +### Is the feature request related to a problem? Please describe. + + + +### Describe alternatives you've considered + + + +### Additional context \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..86df43733 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question / Support +about: Select this if you have a question +title: '' +labels: Support Request +assignees: '' + +--- + +# For general question about Friendica, please try to find a solution at https://wiki.friendi.ca first. \ No newline at end of file diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index e1ae36e70..000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,15 +0,0 @@ -### Expected behavior - -### Actual behavior - -### Steps to reproduce the problem - -### Friendica version you encountered the problem - -see `example.com/friendica` on your Friendica node for the version information. - -### Friendica source (git, zip) - -### PHP version - -### SQL version From 2be9d0a67b39200ba5e2dda395395960269da281 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 25 Sep 2020 22:24:57 +0200 Subject: [PATCH 2/3] Add github issue config --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..7bdd4f066 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Friendica Community Support + url: https://forum.friendi.ca/ + about: Please ask and answer questions here. From 7ce12dbc418ff929c98a477b6cd7b53722760625 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 27 Sep 2020 21:23:58 +0200 Subject: [PATCH 3/3] Take bug templat from https://github.com/friendica/friendica/issues/9235#issue-704864632 --- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++++++++++++++++++++------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9da561e0a..8e3ff067f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,29 +6,55 @@ labels: Bug assignees: '' --- + +Lastly, be sure to preview your issue before saving. Thanks! +--> -### Actual behavior +- [ ] I have searched open and closed issues for duplicates - + -### Steps to reproduce the problem +### Bug Description + + + +### Steps to Reproduce -1. step one -2. step two -3. step three +1. step one +2. step two +3. step three + +Actual Result: + + + +Expected Result: + + + +### Screenshots + + ### Platform Info -Friendica Version: +Friendica Version: -Friendica source (git, zip): + -PHP version: +Friendica Source: + +PHP version: SQL version: