Skip to content

Commit a406e1f

Browse files
asirotacostdev
andauthored
Asirota/add issue template (#99)
* adding ISSUE_TEMPLATE helps new GitHub contributors file better bugs or feature requests Signed-off-by: Alex Sirota <[email protected]> * update GPLv2 license Signed-off-by: Alex Sirota <[email protected]> * Update .github/ISSUE_TEMPLATE/BugReport.yml Co-authored-by: Colin Stewart <[email protected]> Signed-off-by: Alex Sirota <[email protected]> --------- Signed-off-by: Alex Sirota <[email protected]> Co-authored-by: Colin Stewart <[email protected]>
1 parent 2d07067 commit a406e1f

File tree

4 files changed

+141
-41
lines changed

4 files changed

+141
-41
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
labels: ["bug", "needs triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: input
11+
id: contact
12+
attributes:
13+
label: Contact Details
14+
description: How can we get in touch with you if we need more info?
15+
placeholder: ex. [email protected]
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: what-happened
20+
attributes:
21+
label: What happened?
22+
description: Also tell us, what did you expect to happen?
23+
placeholder: Tell us what you see!
24+
value: "A bug happened!"
25+
validations:
26+
required: true
27+
- type: dropdown
28+
id: version
29+
attributes:
30+
label: Version
31+
description: What version of our software are you running?
32+
options:
33+
- 0.5 (Default)
34+
- Nightly
35+
default: 0
36+
validations:
37+
required: true
38+
- type: dropdown
39+
id: browsers
40+
attributes:
41+
label: What browsers are you seeing the problem on?
42+
multiple: true
43+
options:
44+
- Firefox
45+
- Chrome
46+
- Safari
47+
- Microsoft Edge
48+
- type: textarea
49+
id: logs
50+
attributes:
51+
label: Relevant debug log output
52+
description: Please copy and paste any relevant debug log output. This will be automatically formatted into code, so no need for backticks.
53+
render: shell
54+
- type: textarea
55+
attributes:
56+
label: Screenshots/Live demo link
57+
description: Add some screenshots to help explain the problem.
58+
validations:
59+
required: false
60+
- type: checkboxes
61+
id: terms
62+
attributes:
63+
label: Code of Conduct
64+
description: By submitting this issue, you agree to follow the AspirePress [Code of Conduct](https://github.com/aspirepress/AspireUpdate?tab=coc-ov-file).
65+
66+
options:
67+
- label: I agree to follow the Code of Conduct.
68+
required: true
69+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project.
3+
labels: ['enhancement']
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: 'I have checked the following:'
8+
options:
9+
- label: I've searched existing issues and found nothing related to my issue.
10+
required: true
11+
- type: markdown
12+
attributes:
13+
value: |
14+
Suggest an idea for this project.
15+
- type: textarea
16+
attributes:
17+
label: Describe the feature you want to add
18+
description: A clear and concise description of the feature you want to be added.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Mockups or Images of the feature
24+
description: Add some images to support your feature.
25+
validations:
26+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Discussions & Support
4+
url: https://aspirepress.org/slack/
5+
about: You can ask general questions or give feedback on the AspirePress community.

readme.txt

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
=== AspireUpdate ===
2-
Contributors: sarah-savage, namithj, asirota
3-
Donate link: https://github.com/sponsors/aspirepress
4-
Tags:
5-
Requires at least: 5.3
6-
Tested up to: 6.7
7-
Stable tag: 0.5
8-
Requires PHP: 7.4
9-
License: GPLv2
10-
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
11-
12-
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL.
13-
14-
== Description ==
15-
16-
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL. This is helpful because it allows for the rewriting of api.wordpress.org to some other repository that contains the plugins the user wants.
17-
18-
The plugin supports multiple rewrites, and also supports rewriting the URL paths of the requests on a per-host basis. This improves the capacity of the plugin to adequately support newer or different repositories.
19-
.
20-
21-
== Frequently Asked Questions ==
22-
23-
= A question that someone might have =
24-
25-
An answer to that question.
26-
27-
= What about foo bar? =
28-
29-
Answer to foo bar dilemma.
30-
31-
== Screenshots ==
32-
33-
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Screenshots are stored in the /assets directory.
34-
2. This is the second screen shot
35-
36-
== Changelog ==
37-
38-
= 0.5 =
39-
* first stable version, connects to api.wordpress.org or an alternative AspireCloud repository
40-
41-
== Upgrade Notice ==
1+
=== AspireUpdate ===
2+
Contributors: sarah-savage, namithj, asirota
3+
Donate link: https://github.com/sponsors/aspirepress
4+
Tags:
5+
Requires at least: 5.3
6+
Tested up to: 6.7
7+
Stable tag: 0.5
8+
Requires PHP: 7.4
9+
License: GPLv2
10+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
11+
12+
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL.
13+
14+
== Description ==
15+
16+
This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL. This is helpful because it allows for the rewriting of api.wordpress.org to some other repository that contains the plugins the user wants.
17+
18+
The plugin supports multiple rewrites, and also supports rewriting the URL paths of the requests on a per-host basis. This improves the capacity of the plugin to adequately support newer or different repositories.
19+
20+
== Frequently Asked Questions ==
21+
22+
= A question that someone might have =
23+
24+
An answer to that question.
25+
26+
= What about foo bar? =
27+
28+
Answer to foo bar dilemma.
29+
30+
== Screenshots ==
31+
32+
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Screenshots are stored in the /assets directory.
33+
2. This is the second screen shot
34+
35+
== Changelog ==
36+
37+
= 0.5 =
38+
* first stable version, connects to api.wordpress.org or an alternative AspireCloud repository
39+
40+
== Upgrade Notice ==
41+

0 commit comments

Comments
 (0)