Commit Graph

13 Commits

Author SHA1 Message Date
Imran Rahman
f567b5f685
update docs docker-compose -> docker compose (#4463)
Co-authored-by: Imran Rahman <imranrahman.ix@gmail.com>
2023-07-24 10:42:51 +01:00
Bruno Alla
0dcc4c4b4c
Add more pre-commit hooks (#4266)
* Add more hooks from pre-commit-hooks repo

* Add pre-commit hook for prettier

* Format with prettier

* Remove check-docstring-first hook

* Run prettier in the template

* Tweak formatting of dependabot file

* Fix formatting of GitHub files for prettier

* More format fixes of ci.yml
2023-04-15 12:15:15 +01:00
Bruno Alla
90e4c0e51d Update Discord invite link to not expire 2022-02-08 18:55:13 +00:00
Bruno Alla
0616d464db
Fix Discord link
Fix #3578
2022-02-08 18:44:46 +00:00
Bruno Alla
407a7d8bbc
Setup pre-commit for the template files (#3433) 2021-11-26 15:41:50 +00:00
Bruno Alla
bd2beb7baa
Update question template 2021-11-14 13:33:40 +00:00
Bruno Alla
b2d46296f0
Move repo under cookiecutter organisation (#3357) 2021-10-22 13:40:53 -07:00
Fábio C. Barrionuevo da Luz
9316846691
Improve github bug report template 2021-06-28 10:20:08 -03:00
Bruno Alla
a9482aec2c Remove placeholders title from issue templates
We had a few reports where the title was missing recently
2020-10-01 18:15:48 +01:00
Bruno Alla
949cd5acb7 Update issue and pull request templates 2020-09-09 14:16:24 +02:00
Bruno Alla
40cd1fc2ee Update bug issue template to ask to include the replay file
Often, users report issues due to a specific combination of options, which required to get them. The current way is inefficient for users as well as maintainers:

- The user needs to copy/paste a terminal output, which might be gone if they closed the window
- Maintainer needs to regenerate with the same options
- Maintainer needs to be careful to bypass their potential profile defaults
- In case of error to one question, needs to re-generate

Cookiecutter has got a replay feature for about 3 years now, which seems like a more automated way to get the options from the user.

This updates the issue template for bugs report using this.
2018-08-15 11:24:55 +01:00
Nikita P. Shupeyko
75c423c88e Update @pydanny and @webyneter bios 2018-06-12 13:56:23 +03:00
Nikita Shupeyko
688cd45d1e
Split issue templates by categories (#1645)
* Add bug report template

* Add feature proposal template

* Add improvement template

* Add question template

* Bug -> Bug Report

* Add regression template

* Minor enhancements

* Alter the old issue template

* Add more question resources

* Add paid support template

* Address feedback from @browniebroke

* Update Paid Support Request template

* Remove a trailing linebreak from the Paid Support Request template

* Introduce a pull request template
2018-05-25 10:31:52 +03:00