You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to enforce the community to come up with great new ideas for plug-ins, we can create a new GitHub issue template for new plugins.
Example:
name: New plug-indescription: Have a new plug-in Idea? File it heretitle: "[new Plug-in idea]: "labels: ["plugin", "enhancement"]body:
- type: markdownattributes:
value: | Thanks for taking the time to fill out this new plug-in report!
- type: inputid: contactattributes:
label: Contact Detailsdescription: How can we get in touch with you if we need more info?placeholder: ex. [email protected]validations:
required: false
- type: textareaid: ideaattributes:
label: What is your idea?description: Please be as specific as possibleplaceholder: Please tell us your idea!value: "I would like a plug-in that ..."validations:
required: true
- type: dropdownid: typeattributes:
label: What type of plug-in should it be?multiple: trueoptions:
- Menu
- Editorvalidations:
required: true
- type: textareaid: mockupsattributes:
label: Relevant mockupsdescription: If you have any mockups, please attach them here
- type: checkboxesid: termsattributes:
label: Code of Conductdescription: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/openscd/.github/blob/main/profile/code_of_conduct.md). options:
- label: I agree to follow this project's Code of Conductrequired: true
Acceptance criteria:
Issue template exists in .github folder.
New label new plug-in exists (with a nice color :) )
The text was updated successfully, but these errors were encountered:
In order to enforce the community to come up with great new ideas for plug-ins, we can create a new GitHub issue template for new plugins.
Example:
Acceptance criteria:
.github
folder.new plug-in
exists (with a nice color :) )The text was updated successfully, but these errors were encountered: