summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE (follow)
Commit message (Collapse)AuthorAgeFilesLines
* github: add systemd-vmspawn to the issue templatesKristian Klausen2024-04-152-0/+2
|
* github: bump version in templateYu Watanabe2023-12-242-5/+5
|
* github: update default and example in templateYu Watanabe2023-03-152-5/+5
|
* Update github issue template to include systemd-dissectCornelius Hoffmann2023-03-152-0/+2
|
* doc: correct wrong use "'s" contractionsJan Engelhardt2023-03-071-1/+1
|
* github: update version in bug templatesZbigniew Jędrzejewski-Szmek2022-12-202-2/+2
|
* issue-templates: Add note about updating labeling policyJan Macku2022-09-072-0/+4
|
* Add systemd-hwdb to bug/RFE templatesDaan De Meyer2022-07-152-0/+2
|
* Add coredump daemons to bug/RFE template component optionsDaan De Meyer2022-07-132-0/+4
|
* github: add more components to RFE issue templateJan Macku2022-06-271-3/+44
| | | | Follow-up to: #23838
* github: add more components to issue templateYu Watanabe2022-06-271-3/+44
|
* github: Update issue templates to issue formsJan Macku2022-06-234-64/+215
| | | | | | | | | Issue forms templates allow us to add automation in place. This patch replaces old markdown issue templates with new issue forms. It also adds workflow to automatically mark issues by component label based on reported data. This change could help with initial triaging of issues.
* github: point to "tags" instead of "releases" in systemd-stableFrantisek Sumsal2022-01-231-1/+1
| | | | | | since we don't do releases there. Mentioned in https://github.com/systemd/systemd/issues/22230#issue-1111991271.
* github: mention the systemd-devel ML in the new issue tabFrantisek Sumsal2021-12-071-0/+9
|
* licensing: say that our github docs are LGPLv2.1+Zbigniew Jędrzejewski-Szmek2021-10-012-2/+2
| | | | This mirros what 0aff7b7584 did for docs/.
* docs: link to stable releases in the bug templateZbigniew Jędrzejewski-Szmek2021-03-251-2/+4
| | | | | Also, ask people to use a recent stable release and provide useful version information. Inspired by #19118.
* github: expressly ask for logs in github issue templateLennart Poettering2021-02-101-0/+12
| | | | | Apparently it's not obvious that logs are a good thing to provide, hence let's explicitly ask for them.
* github: ask for systemd version in RFE formLennart Poettering2021-02-061-0/+3
| | | | | | It happens too often that what people ask for already is implemented. Let's help cut the noise a bit, and make people check things first hopefully, and at least make it either for us to detect such cases.
* markdown: fix commentLennart Poettering2021-01-191-1/+1
| | | | Follow-up for 2d816c9804c1d565797faff85c0fdbfb15f1e9d5
* markdown: suggest backticks around uname -a outputLennart Poettering2021-01-191-1/+4
| | | | Fixes: #18238
* github: ask for arch+kernel in bug report formLennart Poettering2020-10-021-1/+8
| | | | | | | Quite often we see kernel and arch specific issues, let's ask for the version right-away when people file the issue. Other tweaks.
* docs: point contributors to list of most recent systemd releasesLennart Poettering2020-06-101-1/+2
| | | | Fixes: #16083
* github: use systemd.io links in issue templateLennart Poettering2019-12-161-1/+1
|
* docs: move markdown docs from .github/ to docs/Filipe Brandenburger2018-09-081-1/+1
| | | | | | | | | | | | | | | The GitHub guide on contributing file says: "Decide whether to store your contributing guidelines in your repository's root, docs, or .github directory." https://help.github.com/articles/setting-guidelines-for-repository-contributors/#adding-a-contributing-file But there's really no advantage to keeping it in the hidden .github/, since these are public and really belong together with the other documentation. We can still keep the issue templates under .github/, since they are not really documentation on their own. Updated the links pointing to CONTRIBUTING.md to refer to the one in docs/.
* github: use multiple issue templatesZbigniew Jędrzejewski-Szmek2018-05-102-0/+36
Github now has issue templates in the web interface, and allows more than one to be specified. Let's split our single template in two: bug report and RFE.