Skip to content

Commit

Permalink
#2 some github metadata: codeowners, bug/feature/question template, r…
Browse files Browse the repository at this point in the history
…elease notes template (heavily inspired by Enceladus) (#13)
  • Loading branch information
dk1844 authored Dec 21, 2021
1 parent 7566572 commit 6db9724
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Zejnilovic @dk1844 @benedeki @AdrianOlosutean
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
labels: 'bug, priority: undecided'

---

## Describe the bug
A clear and concise description of what the bug is.

## To Reproduce
Steps to reproduce the behavior OR commands run:
1. Go to '...'
2. Use value '...'
3. Run using
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information):
- OS: [e.g. iOS]
- Versions of libraries (Spark, Scala, ...)
- Version [e.g. 22]

## Additional context
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'feature, under discussion, priority: undecided'

---

## Background
A clear and concise description of where the limitation lies.

## Feature
A description of the requested feature.

## Example [Optional]
A simple example if applicable.

## Proposed Solution [Optional]
Solution Ideas:
1.
2.
3.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Question
about: Ask a question
labels: 'question, priority: undecided'

---

## Background [Optional]
A clear explanation of the reason for raising the question.
This gives us a better understanding of your use cases and how we might accommodate them.

## Question
A clear and concise inquiry
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Add release notes for vX.Y.0
name: Release Notes
about: Create release notes
labels: 'docs, priority: medium'

---

## Background
With the release of vX.Y.0, we should add its release notes to the docs.

0 comments on commit 6db9724

Please sign in to comment.