Skip to content

Commit 865d3e7

Browse files
committed
Update AUTHORS.md
This file is now automatically generated, so there's no need to manually add the contributors to it. Also, use a similar format for the pull request template as used in the backend
1 parent 276f6dd commit 865d3e7

File tree

3 files changed

+355
-90
lines changed

3 files changed

+355
-90
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
## Description (Proposed Changes)
2-
3-
(Please try to mention in bullet points.)
1+
# Proposed Changes
42

53
-
64
-
75

8-
## Link to the issue :
9-
10-
(Add link of the issue you have proposed changes to)
11-
12-
- Link :
13-
14-
## Tests
6+
## Related Issue(s)
157

16-
Please make sure to add tests when implementing new features.
8+
If applicable, please link to any related issues
179

18-
## Checklist
19-
20-
Please check that the PR fulfills all requirements listed below by checking the relevant
21-
checkboxes (`[x]`). This will ensure a smooth and quick review process.
10+
## Please check that the PR fulfills these requirements
2211

12+
- [ ] Tests for the changes have been added (for bug fixes / features)
2313
- [ ] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR
2414
(run `dart format --line-length=100 .`)
25-
- [ ] Tests for the changes have been added (for bug fixes / features)
26-
- [ ] Added yourself to AUTHORS.md
2715
- [ ] Updated/added relevant documentation (doc comments with `///`).
2816
- [ ] Added relevant reviewers.

0 commit comments

Comments
 (0)