Skip to content

Commit 5849fb0

Browse files
Adding owners, codeowners and templates (#2)
* Adding owners and codeowners Signed-off-by: Ricardo Zanini <zanini@redhat.com> * Adding templates Signed-off-by: Ricardo Zanini <zanini@redhat.com>
1 parent 3737705 commit 5849fb0

File tree

6 files changed

+52
-0
lines changed

6 files changed

+52
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @tsurdilo @ricardozanini

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered with the Serverless Workflow Go SDK
4+
labels: "bug :bug:"
5+
6+
---
7+
8+
**What happened**:
9+
10+
**What you expected to happen**:
11+
12+
**How to reproduce it**:
13+
14+
**Anything else we need to know?**:
15+
16+
**Environment**:
17+
- Specification version used:
18+
<!-- Run `go version` in your terminal -->
19+
- Go version:
20+

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to the Go SDK Serverless Workflow
4+
labels: "enhancement :pray:"
5+
6+
---
7+
8+
**What would you like to be added**:
9+
10+
**Why is this needed**:

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: Ask a question about the Go SDK Serverless Workflow
4+
labels: "question :question:"
5+
6+
---
7+
8+
**What is the question**:

.github/OWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
reviewers:
2+
- tsurdilo
3+
- ricardozanini
4+
approvers:
5+
- tsurdilo
6+
- ricardozanini

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Many thanks for submitting your Pull Request :heart:!**
2+
3+
**What this PR does / why we need it**:
4+
5+
**Special notes for reviewers**:
6+
7+
**Additional information (if needed):**

0 commit comments

Comments
 (0)