Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the issue template for new way of getting server version (#6051) | Richard van der Hoff | 2019-09-19 | 1 | -9/+13 |
| | | | | | | cf #4878 | ||||
* | Merge remote-tracking branch 'origin/master' into release-v1.1.0 | Richard van der Hoff | 2019-07-02 | 2 | -5/+6 |
|\ | |||||
| * | Update github templates | Richard van der Hoff | 2019-06-25 | 1 | -2/+3 |
| | | |||||
| * | Update SUPPORT.md | Richard van der Hoff | 2019-06-25 | 1 | -3/+3 |
| | | |||||
* | | Liberapay is now officially recognised, update FUNDING.yml (#5386) | Andrew Morgan | 2019-06-09 | 1 | -1/+2 |
| | | |||||
* | | Add a sponsor button (#5382) | Andrew Morgan | 2019-06-07 | 1 | -0/+3 |
|/ | | | Add a sponsor button with links to matrixdotorg's patreon and liberapay accounts. | ||||
* | Add zwsp in bug report template (#4811) | Richard van der Hoff | 2019-03-06 | 1 | -6/+6 |
| | | | | | Inserts a zero-width space in the `-->` which isn't supposed to close a comment. This used to be here but it got lost in d86826277d764217311d0d34a8e6143d09237a94. | ||||
* | Update PR template to use absolute links (#4341) | Aaron Raimist | 2019-01-02 | 1 | -2/+2 |
| | | | | | | | | | | * Update PR template to use absolute links Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Fix case | Aaron Raimist | 2018-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Add SUPPORT.md | Aaron Raimist | 2018-11-13 | 1 | -0/+3 |
| | | | | https://help.github.com/articles/adding-support-resources-to-your-project/ | ||||
* | Add a pull request template and add multiple issue templates | Aaron Raimist | 2018-11-13 | 4 | -10/+53 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Update ISSUE_TEMPLATE.md | Richard van der Hoff | 2018-07-24 | 1 | -2/+3 |
| | | | request backticks for logs | ||||
* | Exclude the github issue template from our sdist (#2440) | Richard van der Hoff | 2017-09-05 | 1 | -0/+47 |
PR #2413 added an issue template, but just adding files to the project directory upsets the packaging scripts: we need to explicitly include or exclude them. Move the template into a .github directory to make that easy, and to de-clutter the root a bit. |