feat: update issue templates and workflows (#2876)

This commit is contained in:
Eddybrando Vásquez 2022-11-29 12:46:54 +01:00 committed by GitHub
parent eaffe1f68c
commit b71c91d944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 26 deletions

View File

@ -1,11 +1,7 @@
name: Bug report (Content)
description: Report a content issue which occurs on our website
title: "Bug: "
labels: ["bug", "needs grooming", "content"]
assignees:
- eddybrando
- vabarbosa
- frankharkins
labels: ["bug", "content"]
body:
- type: markdown
attributes:

View File

@ -1,10 +1,7 @@
name: Bug report (Other)
description: Report a non-content-related issue which occurs on our website
title: "Bug: "
labels: ["bug", "needs grooming"]
assignees:
- eddybrando
- vabarbosa
labels: ["bug"]
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: User story
description: Define a new user story
title: As a ..., I want to ..., so that ...
labels: ["user story", "needs grooming"]
labels: ["user story"]
body:
- type: markdown
attributes:

View File

@ -1,16 +0,0 @@
name: Add issues to Qiskit Digital project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to Qiskit Digital project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/Qiskit/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}