Skip to content
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

Migrate ISSUE_TEMPLATE to new issue templates format #1156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/request-for-position.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Request for Mozilla Position on an Emerging Web Specification
body:
- type: input
id: spec-title
attributes:
label: "Specification title"
validations:
required: true
- type: input
id: spec-url
attributes:
label: "Specification or proposal URL (if available)"
placeholder: "https://"
- type: input
id: spec-explainer
attributes:
label: "Explainer URL (if available)"
placeholder: "https://"
- type: input
id: spec-authors
attributes:
label: "Proposal author(s) (`@`-mention GitHub accounts)"
placeholder: "@handle, @another"
validations:
required: true
- type: input
id: caniuse-url
attributes:
label: "Caniuse.com URL"
placeholder: "https://"
Comment on lines +29 to +30
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we move to MDN instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've no particular opinions on this, just porting the deprecated template to this new format.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MDN is #1146

- type: input
id: bugzilla-url
attributes:
label: "Bugzilla URL"
value: "https://bugzilla.mozilla.org/show_bug.cgi?id=NNNNNNN"
- type: input
id: mozillians
attributes:
label: "Mozillians who can provide input"
placeholder: "@handle, @another"
- type: input
id: webkit-standards-position
attributes:
label: "WebKit standards-position"
value: "https://github.com/WebKit/standards-positions/issues/NNN"


15 changes: 0 additions & 15 deletions ISSUE_TEMPLATE.md

This file was deleted.