generated from bcgov/quickstart-openshift
-
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.
chore: import gwells, maintain history (from gwells release branch) (#25
- Loading branch information
1 parent
2fa898a
commit 8f1b060
Showing
294 changed files
with
30,261 additions
and
11,815 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Bug | ||
about: An undesirable behaviour that needs correction | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected Behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behaviour** | ||
A clear and concise description of what actually happens. | ||
|
||
** Steps To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error |
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 @@ | ||
--- | ||
name: Spike | ||
about: Research options prior to development work | ||
title: '' | ||
labels: Spike | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Problem Description** | ||
**In order to** (achieve some goal), (a system or persona) **needs to** (some action). | ||
|
||
**Solution Needs** | ||
- Enter the non-negotiables of the solution (what are the needs vs. what are the wants) | ||
|
||
**Timebox** | ||
- How much effort are we committing to this research? | ||
|
||
**Outcome** | ||
Details describing the outcome of the research | ||
- Was it successful? What direction should the work go? | ||
- Was it unsuccessful? Discuss next steps with team | ||
|
||
**Additional Context** | ||
- enter text here | ||
- enter text here |
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,23 @@ | ||
--- | ||
name: Task | ||
about: Any work that does not directly impact the user | ||
title: '' | ||
labels: Task | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the task** | ||
A clear and concise description of what the task is. | ||
|
||
**Purpose** | ||
The reason why this task is needed and/or what value it adds. | ||
|
||
**Acceptance Criteria** | ||
- [ ] first | ||
- [ ] second | ||
- [ ] third | ||
|
||
**Additional context** | ||
- Add any other context about the task here. | ||
- Or here |
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,18 @@ | ||
--- | ||
name: User Story | ||
about: This template is to be used when describing a feature from the user's perspective | ||
title: '' | ||
labels: User Story | ||
assignees: '' | ||
|
||
--- | ||
|
||
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* | ||
|
||
**Additional Context** | ||
- enter text here | ||
- enter text here | ||
|
||
**Acceptance Criteria** | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) | ||
- [ ] Given (Context), When (action carried out), Then (expected outcome) |
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,13 @@ | ||
## Pull Request Standards | ||
|
||
- [ ] The title of the PR is accurate | ||
- [ ] The title includes the type of change [`HOTFIX`, `FEATURE`, `etc`] | ||
- [ ] The PR title includes the ticket number in format of `[GWELLS-###]` | ||
- [ ] Documentation is updated to reflect change [`README`, `functions`, `team documents`] | ||
|
||
# Description | ||
|
||
This PR includes the following proposed change(s): | ||
|
||
- { List all the changes made } | ||
- { Include any screenshots necessary } |
Validating CODEOWNERS rules …
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 @@ | ||
# Matched against repo root (asterisk) | ||
* @bcgov/sustainment-team @DerekRoberts | ||
|
||
# Matched against directories | ||
# /.github/workflows/ @mishraomp @DerekRoberts | ||
|
||
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners |
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,40 @@ | ||
# Auto Label Git Action Config | ||
# 'label_name' | ||
# - path_of_diff/where/code_lives/to_base_label_upon | ||
|
||
# Any change to any file in .github/workflows | ||
'GitHub Actions': | ||
- '.github/workflows/*' | ||
|
||
# Any change to the docker-compose file or any dockerfile in the repo | ||
'Docker': | ||
- '**/Dockerfile' | ||
- docker-compose.yml | ||
|
||
# Any changes to file or subfolders in /backend | ||
'Backend': | ||
- 'app/backend/**/*' | ||
|
||
# Any changes to file or subfolders in /frontend | ||
'Frontend': | ||
- 'app/frontend/**/*' | ||
|
||
# Any changes to file or subfolders in /database | ||
'Database': | ||
- 'app/database/**/*' | ||
|
||
# Any changes to file or subfolders in /scripts | ||
'Scripts': | ||
- 'app/scripts/**/*' | ||
|
||
# Any changes to file or subfolders in /openshift | ||
'OpenShift': | ||
- 'openshift/**/*' | ||
|
||
# Any changes to file of subfolders in /tests | ||
'Testing': | ||
- 'tests/**/*' | ||
|
||
# Any change to any file in any directory with a .env in name | ||
'Environment Variables': | ||
- '**/*.env*' |
Oops, something went wrong.