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

Create a "New Plugin" Issue template #1521

Open
2 tasks
pascalwilbrink opened this issue May 7, 2024 · 0 comments
Open
2 tasks

Create a "New Plugin" Issue template #1521

pascalwilbrink opened this issue May 7, 2024 · 0 comments
Labels

Comments

@pascalwilbrink
Copy link
Member

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-in
description: Have a new plug-in Idea? File it here
title: "[new Plug-in idea]: "
labels: ["plugin", "enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to fill out this new plug-in report!
  - type: input
    id: contact
    attributes:
      label: Contact Details
      description: How can we get in touch with you if we need more info?
      placeholder: ex. [email protected]
    validations:
      required: false
  - type: textarea
    id: idea
    attributes:
      label: What is your idea?
      description: Please be as specific as possible
      placeholder: Please tell us your idea!
      value: "I would like a plug-in that ..."
    validations:
      required: true
  - type: dropdown
    id: type
    attributes:
      label: What type of plug-in should it be?
      multiple: true
      options:
        - Menu
        - Editor
    validations:
      required: true
  - type: textarea
    id: mockups
    attributes:
      label: Relevant mockups
      description: If you have any mockups, please attach them here
  - type: checkboxes
    id: terms
    attributes:
      label: Code of Conduct
      description: 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 Conduct
          required: true

Acceptance criteria:

  • Issue template exists in .github folder.
  • New label new plug-in exists (with a nice color :) )
@pascalwilbrink pascalwilbrink added the Kind: Enhancement New Request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant