-
Notifications
You must be signed in to change notification settings - Fork 1
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' into feat/209/create-req-validator-middlware
- Loading branch information
Showing
31 changed files
with
680 additions
and
136 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
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,25 @@ | ||
--- | ||
name: Feature | ||
about: An addition, change, or refactor to the backend AND frontend. | ||
title: "[Feat] Describe what to add here" | ||
labels: backend, frontend, enhancement | ||
assignees: '' | ||
|
||
--- | ||
## Description | ||
Replace this text with a brief description of the feature. | ||
|
||
## Screenshots | ||
If applicable add screenshots, otherwise delete this section. | ||
|
||
## Additional Information | ||
If applicable add any other information, otherwise, delete this section. | ||
|
||
## Checklist | ||
Before submitting this ticket, make sure this ticket: | ||
- [ ] Is **labelled properly** - if this is a refactor, add the label! | ||
- [ ] Has the **SPUR project assigned to it**. | ||
- [ ] Has an **assigned milestone**. | ||
|
||
And lastly: | ||
- [ ] Once someone picks up this ticket, **make sure to assign it**. |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Backend Issue, Bug, or Error | ||
about: A bug pertaining to the backend (routes, middleware, database, or funding). | ||
title: "[BE Bug] Describe what to fix here" | ||
labels: backend, bug | ||
assignees: '' | ||
|
||
--- | ||
## Description | ||
Replace this text with a brief description of the issue. | ||
|
||
## Reproduction | ||
1. Replace this with a list of steps to reproduce the issue. | ||
2. ... | ||
|
||
## Screenshots | ||
If applicable add screenshots, otherwise delete this section. | ||
|
||
## Additional Information | ||
If applicable add any other information, otherwise, delete this section. | ||
|
||
## Checklist | ||
Before submitting this ticket, make sure this ticket: | ||
- [ ] Is **labelled properly**. | ||
- [ ] Has the **SPUR project assigned to it**. | ||
- [ ] Has an **assigned milestone**. | ||
|
||
And lastly: | ||
- [ ] Once someone picks up this ticket, **make sure to assign it to a developer**. |
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,33 +1,25 @@ | ||
## Description | ||
Replace this with a summary of the changes and the related issues. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
||
## Linked Issues | ||
- Fixes # (add all issues that this PR closes, prefixed with either "Fixes" or "Closes"). | ||
|
||
## Testing | ||
- Replace this with a list of test files covering all the PR changes. | ||
- ... | ||
|
||
## Checklist | ||
Before opening this PR, make sure the PR: | ||
- [ ] Has an **assignee or group of assignees**. | ||
- [ ] Has a **reviewer or a group of reviewers**. | ||
- [ ] Is **labelled properly**. | ||
- [ ] Has the **SPUR project assigned to it**. | ||
- [ ] Has an **assigned milestone**. | ||
|
||
Additionally, make sure that: | ||
- [ ] My code follows the style guidelines of this project. | ||
- [ ] I have performed a self-review of my code. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] My changes generate no new warnings. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] New and existing unit tests pass locally with my changes. | ||
- [ ] Any dependent changes have been merged and published in downstream modules. | ||
|
||
## Description | ||
Replace this with a summary of the changes and the related issues. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
||
## Linked Issues | ||
- Fixes # (add all issues that this PR closes, prefixed with either "Fixes" or "Closes"). | ||
|
||
## Type of Change | ||
Please delete options that are not relevant: | ||
- [ ] Bug fix (non-breaking change which fixes an issue). | ||
- [ ] New feature (non-breaking change which adds functionality). | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). | ||
- [ ] This change requires a documentation update. | ||
|
||
## Testing | ||
- Replace this with a list of test files that cover all the changes in this PR. | ||
- ... | ||
- [ ] Any dependent changes have been merged and published in downstream modules. |
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
Oops, something went wrong.