From ff1484858b11faef9cba2d983430b6c31593226a Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Tue, 3 Sep 2019 16:17:05 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/-----security-issue.md | 12 ++++ .github/ISSUE_TEMPLATE/Bug_report.md | 67 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Enhancement.md | 21 ++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 21 ++++++ .github/ISSUE_TEMPLATE/Support.md | 22 ++++++ ISSUE_TEMPLATE.md | 48 ------------- 6 files changed, 143 insertions(+), 48 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/-----security-issue.md create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/Support.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/-----security-issue.md b/.github/ISSUE_TEMPLATE/-----security-issue.md new file mode 100644 index 00000000..0f9bac95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----security-issue.md @@ -0,0 +1,12 @@ +--- +name: "\U0001F46E‍♂️Security issue" +about: Please report security issues *only* via https://ultimatemember.com/feedback/ +title: '' +labels: '' +assignees: '' + +--- + +For security reasons, please report all security issues via https://ultimatemember.com/feedback/. + +Please disclose responsibly and not via GitHub (which allows for exploiting issues in the wild before the patch is released). \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..31ebf8a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,67 @@ +--- +name: "\U0001F41E Bug report" +about: Report a bug if something isn't working as expected in the core Ultimate Member + plugin. +title: '' +labels: '' +assignees: '' + +--- + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Isolating the problem (mark completed items with an [x]):** +- [ ] I have deactivated other plugins and confirmed this bug occurs when only Ultimate Member plugin is active. +- [ ] This bug happens with a default WordPress theme active, or [UM Theme](https://ultimatemember.com/theme/). +- [ ] I can reproduce this bug consistently using the steps above. + +**Describe the bug** +A clear and concise description of what the bug is. Please be as descriptive as possible; issues lacking detail, or for any other reason than to report a bug, may be closed without action. + +**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. + +**Do you use UM extensions?** +- [ ] Followers +- [ ] ForumWP +- [ ] Friends +- [ ] Google reCAPTCHA +- [ ] Groups +- [ ] Instagram +- [ ] MailChimp +- [ ] myCRED +- [ ] Notices +- [ ] Online Users +- [ ] Private Content +- [ ] Private Messages +- [ ] Profile Completeness +- [ ] Real-time Notifications +- [ ] Social Activity +- [ ] Social Login +- [ ] Terms & Conditions +- [ ] Unsplash +- [ ] User Bookmarks +- [ ] User Photos +- [ ] User Reviews +- [ ] User Tags +- [ ] Verified Users +- [ ] WooCommerce + + +**WordPress Environment** +
+``` +Copy and paste the install info from ** Ultimate Member > Settings > Install Info ** in WordPress admin. +``` +
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Enhancement.md b/.github/ISSUE_TEMPLATE/Enhancement.md new file mode 100644 index 00000000..261e4919 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Enhancement.md @@ -0,0 +1,21 @@ +--- +name: "✨ New Enhancement" +about: If you have an idea to improve an existing feature in core or need something + for development (such as a new hook) please let us know or submit a Pull Request! +title: '' +labels: '' +assignees: '' + +--- + +**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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..dd8f852e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,21 @@ +--- +name: "\U0001F680 Feature request" +about: "Suggest a new feature \U0001F389 We'll consider building it if it receives + sufficient interest! \U0001F44D" +title: '' +labels: '' +assignees: '' + +--- + +**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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md new file mode 100644 index 00000000..c3921a45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,22 @@ +--- +name: "❓ Support Question" +about: "If you have a question \U0001F4AC please see our docs or use our forums & support page" +title: '' +labels: '' +assignees: '' + +--- + +We don't offer technical support on GitHub so we recommend using the following: + +**Reading our documentation** +Usage docs can be found here: https://docs.ultimatemember.com + +If you have a problem, you may want to start with the self help guide here: https://docs.ultimatemember.com/article/1507-ultimate-member-self-service-guide/ + +**Technical support for premium extensions or if you're a UltimateMember.com customer** +Please submit a ticket via the support page +https://ultimatemember.com/support/ticket/ + +**General questions** +- WordPress.org Forums: https://wordpress.org/support/plugin/ultimate-member/ diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index dff1b30f..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,48 +0,0 @@ -### Ultimate Member Version -Tell us what UM core version you use. -- [ ] 1.3.x -- [x] 2.x ( latest ) - - -### Subject of the issue -Describe your issue here. - -### Expected behavior -Tell us what should happen - -### Actual behavior -Tell us what happens instead - -### Steps to reproduce the behavior -Tell us how to reproduce this issue. - -## PHP version -- [x] 7.1 above -- [ ] 5.4 -- [ ] 5.3 below - -### Do you use UM extensions? -- [ ] Followers -- [ ] ForumWP -- [ ] Friends -- [ ] Google reCAPTCHA -- [ ] Groups -- [ ] Instagram -- [ ] MailChimp -- [ ] myCRED -- [ ] Notices -- [ ] Online Users -- [ ] Private Content -- [ ] Private Messages -- [ ] Profile Completeness -- [ ] Real-time Notifications -- [ ] Social Activity -- [ ] Social Login -- [ ] Terms & Conditions -- [ ] Unsplash -- [ ] User Bookmarks -- [ ] User Photos -- [ ] User Reviews -- [ ] User Tags -- [ ] Verified Users -- [ ] WooCommerce