-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/CodeForPhilly/vacant-lots-proj
- Loading branch information
Showing
162 changed files
with
19,732 additions
and
15,228 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,25 +1,29 @@ | ||
# Pull Request Title | ||
|
||
## Checklist: | ||
|
||
Before submitting your PR, please confirm that you have done the following: | ||
|
||
- [ ] I have opened my PR against the `staging` branch, NOT against `main` | ||
- [ ] I've run the relevant formatting and linting tools listed in the setup docs | ||
- [ ] I have commented hard-to-understand areas in my code | ||
- [ ] I've reviewed any merge conflicts to make sure they are resolved | ||
- [ ] My changes generate no new warnings | ||
|
||
## Description | ||
|
||
Please include a summary of the change or the feature being introduced. Include relevant motivation and context. If necessary, list any dependencies that are required for this change. | ||
|
||
## Related Issue(s) | ||
|
||
This PR addresses issue #... | ||
|
||
## Type of change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Breaking change | ||
|
||
## How Has This Been Tested? | ||
Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code. | ||
|
||
|
||
Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code. |
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,26 @@ | ||
# Set to true to add reviewers to pull requests | ||
addReviewers: true | ||
|
||
# Set to true to add assignees to pull requests | ||
addAssignees: false | ||
|
||
# A number of reviewers added to the pull request | ||
# Set 0 to add all the reviewers (default: 0) | ||
numberOfReviewers: 1 | ||
|
||
# Set to true to add reviewers from different groups to pull requests | ||
useReviewGroups: true | ||
|
||
# A list of reviewers, split into different groups, to be added to pull requests (GitHub user name) | ||
reviewGroups: | ||
backend: | ||
- zigouras | ||
frontend: | ||
- CodeWritingCow | ||
|
||
# Set to true to add assignees from different groups to pull requests | ||
useAssigneeGroups: false | ||
|
||
# A list of keywords to be skipped the process that add reviewers if pull requests include it | ||
skipKeywords: | ||
- wip |
Oops, something went wrong.