Skip to content

Commit 8839970

Browse files
committed
update code owners
1 parent 7a461ff commit 8839970

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

.github/CODEOWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These owners will be the default owners for everything in
2+
# the repo. Unless a later match takes precedence,
3+
# they will be requested for review when someone opens a pull request.
4+
* @tiagograf-aot @jadmsaadaot @djnunez-aot @saravanpa-aot @VineetBala-AOT
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: user story
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/user-story.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: User Story
3+
about: 'User Story '
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**As a** (type of user)
11+
12+
**I want** (goal)
13+
14+
**so that** (reason/ why/ value)
15+
16+
## **Acceptance Criteria**
17+
18+
### Scenario 1:
19+
20+
GIVEN ... (you or your condition)
21+
WHEN ... (what you do)
22+
THEN ... (what you see)
23+
24+
### Scenario 2:
25+
xxxxxx
26+
27+
28+
### Validation Rules?
29+
30+
(If yes, list here)
31+
32+
### Screenshot
33+
34+
(Link above will always be the most up-to-date version.)

.github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*Issue #:*
2+
https://github.com/bcgov/met-public/issues/<Put the github issue number here>
3+
4+
*Description of changes:*
5+
6+
7+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).

0 commit comments

Comments
 (0)