Commit Graph

8 Commits

Author SHA1 Message Date
Roland Geider
1f62742547 Update pull_request_template.md 2025-03-27 18:06:55 +01:00
Roland Geider
65c5b74388 Add script to automate the generation of AUTHORS.md
This fetches the commit information from Github, so we don't have to tell
contributors to manually add themselves to the file with each PR. Also, we
now have an up-to-date list of translators.
2025-03-27 18:06:55 +01:00
Roland Geider
42c8ed45d4 Update contributing.md
Some of the changes have been moved to the online docs
2025-03-23 14:43:42 +01:00
Roland Geider
13c44ff543 Fix linting errors for markdown 2021-08-09 18:04:21 +02:00
Roland Geider
ea2984f3fc Automatically format the code with yapf and isort 2021-06-23 18:08:42 +02:00
Brad Johnson
0b1619b874 fix(): 404 if a trainer tries to login to a different gym
Rather than just returning "permission denied", we can interpret this scenario
as a "failure to look up a user with that gym/user ID combo".

This should give users the information they need to self-recover, while not
leaking any other sensitive details.

Fixes: #585
2021-03-07 21:31:11 -06:00
Roland Geider
3c4615a601 Simplify PR template 2020-08-13 23:10:25 +02:00
Roland Geider
a834b0bdaa Add contributing and pull request template files 2020-08-10 23:18:41 +02:00