8000 Add issue forms by LtDan33 · Pull Request #264 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Add issue forms #264

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 16 commits into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add the needs-triage label to all new issues
  • Loading branch information
antocuni committed May 26, 2022
commit 37244fd924f85968761ffa5af56afa7fb50c00a1
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Create a report to help us improve
labels: ["type: bug"]
labels: ["type: bug", "needs-triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Create a feature request to make PyScript even better
labels: ["type: enhancement"]
labels: ["type: enhancement", "needs-triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/misc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Miscellaneous
description: For issues that don't belong in other categories
labels: ["type: misc"]
labels: ["type: misc", "needs-triage"]
body:
- type: markdown
attributes:
Expand Down
0