Skip to content

Commit 40da7d8

Browse files
committed
chore: add issue templates and remove old PR template
1 parent b5949a1 commit 40da7d8

5 files changed

Lines changed: 33 additions & 11 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Blank Issue
3+
about: I want to create a blank issue
4+
labels: waiting-for-triage
5+
assignees: publiccodeyml/maintainers
6+
7+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report or enhancement
3+
about: I want to report a bug or a possible enhancement to the repository (not Standard related)
4+
labels: enhancement, waiting-for-triage
5+
assignees: publiccodeyml/maintainers
6+
7+
---
8+
<!--
9+
Thank you for your report! 😃
10+
11+
Please describe the bug or the enhancement you'd like to see in the repo.
12+
13+
If instead you want to propose changes to the Standard or the Governance
14+
of the project, please take a look at [procedure-proposing-changes.md](/governance/procedure-proposing-changes.md#voting).
15+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Proposal to change something in the Standard
4+
url: https://github.com/publiccodeyml/publiccode.yml/discussions/new?category=general
5+
about: I want to propose a change to the Standard or the Governance
6+
- name: New question
7+
url: https://github.com/publiccodeyml/publiccode.yml/discussions/new?category=Q-A
8+
about: I have a question about the code, the Standard or the Governance
9+
- name: New idea
10+
url: https://github.com/publiccodeyml/publiccode.yml/discussions/new?category=ideas
11+
about: I have a new idea I want to share

.github/pull_request_template.md

Whitespace-only changes.

pull_request_template.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)