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
Next Next commit
Removed old md. Updated label
  • Loading branch information
LtDan33 committed May 26, 2022
commit 2278ae56c22d312f40f10919148ad0891debf9ea
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"]
body:
- type: markdown
attributes:
Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

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::feature"]
labels: ["type: enhancement"]
body:
- type: markdown
attributes:
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

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"]
body:
- type: markdown
attributes:
Expand Down
0