Skip to content

Commit

Permalink
chore: add default issues labels (#3248)
Browse files Browse the repository at this point in the history
* chore: add default issues labels

* add default 'accounts' label
  • Loading branch information
lemeurherve authored Nov 21, 2022
1 parent bb6cb2d commit bd6c008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-account-issue.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '👤 Account issue'
labels: ['triage']
labels: ['triage', 'accounts']
description: An issue with your jenkins.io account

body:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Support for Infrastructure related issues for the Jenkins project.

If you want to report an issue or a bug with [one of the services run by the Jenkins project](https://www.jenkins.io/projects/infrastructure/), [**open an issue here**](https://github.com/jenkins-infra/helpdesk/issues/new/choose)!
- [🧩 Issue](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage&template=1-report-issue.yml): An issue with the Jenkins projects Infrastructure
- [👤 Account issue](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage&template=2-account-issue.yml): An issue with your jenkins.io account
- [🚀 GitHub permissions](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=github-permissions&template=3-github-permissions.yml): Request GitHub permissions
- [📝 Documentation](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=documentation&template=4-documentation.yml): Let us know if any documentation is missing or could be improved
- [🌐 Crowdin localization projects](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=crowdin&template=5-crowdin.yml): Request the creation of new projects on crowdin.jenkins.io (to localize a plugin) or update its members
- [📊 Infra Specific agent metrics](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=inframetrics&template=6-metrics.yml): Request infrastructure specific metrics on a Jenkins agent to monitor a build
- [👤 Account issue](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage,accounts&template=2-account-issue.yml): An issue with your jenkins.io account
- [🚀 GitHub permissions](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage,github-permissions&template=3-github-permissions.yml): Request GitHub permissions
- [📝 Documentation](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage,documentation&template=4-documentation.yml): Let us know if any documentation is missing or could be improved
- [🌐 Crowdin localization projects](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage,crowdin&template=5-crowdin.yml): Request the creation of new projects on crowdin.jenkins.io (to localize a plugin) or update its members
- [📊 Infra Specific agent metrics](https://github.com/jenkins-infra/helpdesk/issues/new?assignees=&labels=triage,inframetrics&template=6-metrics.yml): Request infrastructure specific metrics on a Jenkins agent to monitor a build
- [💬 Community forum](https://community.jenkins.io/): Please ask and answer questions here
- [✉️ Mailing lists](https://www.jenkins.io/mailing-lists/): You can also raise a question on the infra mailing list

Expand Down

0 comments on commit bd6c008

Please sign in to comment.