Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-21 | Docs: Fix spelling and capitalization (#7408) | longersson | 1 | -1/+1 | |
2017-08-21 | CONTRIBUTING: stop mentioning "make check" | Michael Biebl | 1 | -1/+1 | |
Since the switch to meson this information is no longer valid. HACKING already documents how to run the test suite. See #6642 | |||||
2017-06-20 | github: how to report bugs for older distribution versions (#6146) | Lukáš Nykrýn | 2 | -0/+7 | |
2017-06-19 | github: tweak the issue template a bit more | Lennart Poettering | 1 | -1/+1 | |
2017-06-19 | github: tweak the issue template a bit, comment more | Lennart Poettering | 1 | -2/+2 | |
2017-05-22 | github: comment out submitter note in ISSUE_TEMPLATE | Mantas Mikulėnas | 1 | -1/+1 | |
It's for the person filling in the form, not for people reading it later. | |||||
2017-05-22 | github: remove checkboxes from ISSUE_TEMPLATE | Mantas Mikulėnas | 1 | -2/+4 | |
The issue list page thinks those are in fact todo items. | |||||
2017-03-07 | docs: use https in the mailing list url | AsciiWolf | 1 | -1/+1 | |
2017-03-07 | docs: add a note about reporting security vulns (#5541) | Zbigniew Jędrzejewski-Szmek | 1 | -0/+4 | |
We *do* have the occasional security issue, where it would be nice to have non-public disclosure and time to fix the issue before it's fully public. Our github infrastracture does not make it easy to report vulnerabilities in confidential manner, so let's leverage the distro mechanisms for that. I think we're better off with this solution than leaving it up to individual reporters to discover some mechanism on their own. | |||||
2016-11-23 | CONTRIBUTING: reword the part about unsetting the label (#4716) | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 | |
Only project members can do it. | |||||
2016-07-20 | documentation: add a short document describing how to test your systemd ↵ | Lennart Poettering | 1 | -0/+1 | |
build tree (#3763) | |||||
2016-06-12 | Add RELEASE.md file which lists the steps needed for release | Zbigniew Jędrzejewski-Szmek | 1 | -0/+12 | |
I put it in .github, so it doesn't stand out too much; after all it's not interesting to most people. | |||||
2016-06-12 | CONTRIBUTING: ask people to comment after after force-push | Zbigniew Jędrzejewski-Szmek | 1 | -0/+1 | |
2016-06-12 | CONTRIBUTING: remove line wrapping | Zbigniew Jędrzejewski-Szmek | 1 | -17/+8 | |
GitHub displays this file poorly, because it preserves the newlines. Let's try how things look without any wrapping. | |||||
2016-05-16 | CONTRIBUTING: recommend force-push (#3273) | Zbigniew Jędrzejewski-Szmek | 1 | -4/+1 | |
2016-02-26 | .github/ISSUE_TEMPLATE: Use a list for submission type so that it appears as ↵ | daurnimator | 1 | -3/+2 | |
a checkbox | |||||
2016-02-21 | github: add a basic issue template | Lennart Poettering | 1 | -0/+29 | |
As documented here: https://help.github.com/articles/creating-an-issue-template-for-your-repository/ | |||||
2016-02-21 | github: move CONTRIBUTING.md into .github subdirectory | Lennart Poettering | 1 | -0/+37 | |
As suggested by: https://github.com/blog/2111-issue-and-pull-request-templates |