-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat: enable Github Issue Forms #5479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bff212f
feat(github): convert issue templates to forms
willmartian c0b927b
feat(github): add issue config
willmartian b5a7b80
fix(github): rename config from yaml to yml
willmartian 4039403
fix(github): rename templates from yaml to yml
willmartian 8592828
Merge branch 'main' of https://github.com/willmartian/p5.js
willmartian 1768127
fix(github): remove empty title field from issue templates
willmartian bbe3b51
Update config.yml
willmartian a2b79c6
update templates
willmartian 36e1efe
add emojis
willmartian 1548577
changed bug fields to input; added default value to repro steps
willmartian e1ca526
Update found-a-bug.yml
willmartian 26e71e6
Update found-a-bug.yml
willmartian 91e638d
update repro steps default value
willmartian 1a30828
use headings in default repro value
willmartian c748bc4
Update .github/ISSUE_TEMPLATE/feature-request.yml
willmartian fabbc6b
Update found-a-bug.yml
willmartian 9ebb582
Update found-a-bug.yml
willmartian c9920a9
Update existing-feature-enhancement.yml
willmartian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🎧 p5.sound Issues | ||
url: https://github.com/processing/p5.js-sound/issues | ||
about: Report issues with p5.sound here. | ||
- name: 🌐 Website Issues | ||
url: https://github.com/processing/p5.js-website/issues | ||
about: Report issues with the p5.js website here. | ||
- name: 🖥️ Web Editor Issues | ||
url: https://github.com/processing/p5.js-web-editor/issues | ||
about: Report issues with the p5.js web editor here. | ||
- name: 💬 Forum | ||
url: https://discourse.processing.org/c/p5js | ||
about: Have other questions about using p5.js? Ask them here! | ||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: 💡 Existing Feature Enhancement | ||
description: This template is for suggesting an improvement for an existing feature. | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Increasing Access | ||
description: How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: sub-area | ||
attributes: | ||
label: Most appropriate sub-area of p5.js? | ||
description: You may select more than one. | ||
options: | ||
- label: Accessibility (Web Accessibility) | ||
- label: Build tools and processes | ||
- label: Color | ||
- label: Core/Environment/Rendering | ||
- label: Data | ||
- label: DOM | ||
- label: Events | ||
- label: Friendly error system | ||
- label: Image | ||
- label: IO (Input/Output) | ||
- label: Localization | ||
- label: Math | ||
- label: Unit Testing | ||
- label: Typography | ||
- label: Utilities | ||
- label: WebGL | ||
- label: Other (specify if possible) | ||
- type: textarea | ||
attributes: | ||
label: Feature enhancement details | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: 🌱 New Feature Request | ||
description: This template is for requesting a new feature be added. | ||
labels: [feature request] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Increasing Access | ||
description: How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: sub-area | ||
attributes: | ||
label: Most appropriate sub-area of p5.js? | ||
description: You may select more than one. | ||
options: | ||
- label: Accessibility (Web Accessibility) | ||
- label: Build tools and processes | ||
- label: Color | ||
- label: Core/Environment/Rendering | ||
- label: Data | ||
- label: DOM | ||
- label: Events | ||
- label: Friendly error system | ||
- label: Image | ||
- label: IO (Input/Output) | ||
- label: Localization | ||
- label: Math | ||
- label: Unit Testing | ||
- label: Typography | ||
- label: Utilities | ||
- label: WebGL | ||
- label: Other (specify if possible) | ||
- type: textarea | ||
attributes: | ||
label: Feature request details | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: 🐛 Found a Bug | ||
description: This template is for reporting bugs (broken or incorrect behaviour). If you have questions about your own code, please visit our forum discourse.processing.org instead. | ||
labels: [bug] | ||
body: | ||
- type: checkboxes | ||
id: sub-area | ||
attributes: | ||
label: Most appropriate sub-area of p5.js? | ||
description: You may select more than one. | ||
options: | ||
- label: Accessibility (Web Accessibility) | ||
- label: Build tools and processes | ||
- label: Color | ||
- label: Core/Environment/Rendering | ||
- label: Data | ||
- label: DOM | ||
- label: Events | ||
- label: Friendly error system | ||
- label: Image | ||
- label: IO (Input/Output) | ||
- label: Localization | ||
- label: Math | ||
- label: Unit Testing | ||
- label: Typography | ||
- label: Utilities | ||
- label: WebGL | ||
- label: Other (specify if possible) | ||
- type: input | ||
attributes: | ||
label: p5.js version | ||
description: You can find this in the first line of the p5.js file. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Web browser and version | ||
description: In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari". | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version" | ||
validations: | ||
required: false | ||
- type: textarea | ||
limzykenneth marked this conversation as resolved.
Show resolved
Hide resolved
|
||
attributes: | ||
label: Steps to reproduce this | ||
description: Include a simple code snippet that demonstrates the problem, along with any console errors produced. If this isn't possible, then simply describe the issue as best you can! | ||
value: "### Steps: | ||
|
||
1. | ||
|
||
2. | ||
|
||
3. | ||
|
||
### Snippet: | ||
|
||
```js | ||
|
||
function setup() { | ||
|
||
|
||
} | ||
|
||
|
||
function draw() { | ||
|
||
|
||
} | ||
|
||
```" | ||
validations: | ||
required: true |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.