Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/namidaco/namida
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Apr 21, 2024
2 parents 56b1471 + 9a75e94 commit 07f4575
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: report a bug/issue in the app
title: "[BUG] "
labels: ''
assignees: ''

---

<!--- this template is **ONLY** used for reporting bugs, use other templates for other stuff -->

<!--- WHAT EXACTLY HAPPENED -->

## Expected Behavior
<!--- what should have happened? -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!--- how can one reproduce this bug? -->
1.
2.
3.
4.

## Screenshots
<!--- upload any screenshot/video if u got, makes things easier-->

## Logs
<!--- Go to settings > about > share logs -->

## Possible Solution
<!--- u know coding? any suggestions how could this be possibly fixed/implemented?-->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST] "
labels: ''
assignees: ''

---

<!--- this template is **ONLY** used for requesting features, use other templates for other stuff -->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

**Apps**
Add any other known apps/service that does this in a good way
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Issue
about: little problem that is not a bug
title: "[ISSUE] "
labels: ''
assignees: ''

---

<!--- this template is **ONLY** used for reporting small issues, use other templates for other stuff -->

<!--- WHAT EXACTLY HAPPENED -->

## Expected Behavior
<!--- What should have happened? -->

## Screenshots
<!--- upload any screenshot/video if u got, makes things easier-->

## Logs
<!--- Go to settings > about > share logs -->

## Possible Solution
<!--- any suggestions how could this be possibly fixed/implemented?-->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Question
about: i got a smol question/ is it only me or..
title: "[QUESTION]"
labels: ''
assignees: ''

---

<!--- this template is **ONLY** used for asking questions, use other templates for other stuff -->

<!--- what is it cutie -->

## Screenshots
<!--- upload any screenshot/video if u got, makes things easier-->

## Logs
<!--- Go to settings > about > share logs -->

0 comments on commit 07f4575

Please sign in to comment.