-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore: create issue templates #842
base: main
Are you sure you want to change the base?
Conversation
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ajouter le label bug
est-ce qu'on ne ferait pas une issue template par DS ? Comme ca on a le bon label |
Il me semble qu'avec un fichier config.yml on peut résoudre ce problème blank_issues_enabled: true
contact_links:
- name: GitHub Community Support
url: https://support.github.com
about: Check out our Community Support for help with non-bug related issues.
issue_templates:
- name: Slash Bug report
about: Create a report to help us improve
labels:
- bug
- slash
template: bug_report.md
- name: Look&Feel Bug report
about: Create a report to help us improve
labels:
- bug
- Look&Feel
template: bug_report.md |
@pplancq tu as trouvé ça sur la documentation Github quelque part ? |
d33cf0a
to
f230ad4
Compare
|
@MartinWeb alors je n'arrive plus à trouve de la doc sur tous ce que l'on peut faire avec. il reste cette doc qui en parle vite fait https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser par contre ce genre de fichier fonctionne car c'est ce que j'utilise pour mes repos https://github.com/pplancq/.github/blob/main/.github/ISSUE_TEMPLATE/config.yml |
No description provided.