-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
248: Add PR template and codeowners file
- Loading branch information
1 parent
d8f6f55
commit 521e794
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
### Short description | ||
|
||
<!-- Describe this PR in one or two sentences. --> | ||
|
||
### Proposed changes | ||
|
||
<!-- Describe this PR in more detail. --> | ||
|
||
- | ||
- | ||
|
||
### Side effects | ||
|
||
<!-- List all related components that have not been explicitly changed but may be affected by this PR --> | ||
|
||
- | ||
- | ||
|
||
### Testing | ||
|
||
<!-- List all things that should be tested while reviewing this PR. --> | ||
|
||
### Resolved issues | ||
|
||
<!-- List all issues which should be closed when this PR is merged. --> | ||
|
||
Fixes: # | ||
|
||
--- | ||
|
||
<!-- | ||
DOR: | ||
- [Release notes](https://github.com/digitalfabrik/integreat-app/blob/main/docs/contributing.md#release-notes) have been added for user visible changes | ||
- Linting: `yarn lint` | ||
- Typescript: `yarn ts:check` | ||
- Prettier: `yarn prettier` | ||
- Unit tests: `yarn test` | ||
- --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# these owners will be requested for | ||
# review when someone opens a pull request. | ||
* @NikoHadouken @volkramweber @steffenkleinle @Stift |