Skip to content

Commit

Permalink
Tweaked Github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed Sep 22, 2023
1 parent 902de63 commit 100dbae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
21 changes: 11 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to help me improve the app
title: "[BUG]"
labels: ''
labels: 'bug'
assignees: ''

---

**Steps To Reproduce**
### Steps To Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Actual behavior**
### Actual behavior
A clear and concise description of what actually happens.

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

**Context (please complete the following information):**
- Android OS Version: [e.g. 9.0]
- App Version [e.g. 1.32.0]
- Any other context about the problem that you think is relevant
### Context
Please complete the following information:
- Android OS Version: [e.g. 9.0]
- App Version [e.g. 1.32.0]
- Any other context about the problem that you think is relevant
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'feature request'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
### 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**
### Describe the solution you'd like
A clear and concise description of what you want to happen.

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

**Additional context**
### Additional context
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Documentation
on:
push:
branches: [ master ]
branches: [ overlord ]
jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit 100dbae

Please sign in to comment.