Skip to content

Commit

Permalink
Merge pull request #30 from aidenbok203/main
Browse files Browse the repository at this point in the history
Fixes #28 - Added templates for PR and issues
  • Loading branch information
aidenbok203 authored Nov 27, 2024
2 parents 9327d9c + c9fedfa commit bbdba91
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug, up-for-grabs
assignees: ''
---

## What is the bug?
```A clear and concise description of what the bug is and what you would expect to happen```

## How to reproduce?
```Please provide detailed steps on how to reproduce the bug.```


## Screenshots
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea
title: ''
labels: enhancement, up-for-grabs
assignees: ''

---

## What is the current situation?


## What is the proposed change?

5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fixes #[issue_no]

# Summary of changes

< Please provide a sensible summary of changes for this pull request, ensuring all changes are explained. >
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
3. Enhancement - Added auto-updates - thanks to @awdev1
4. Enhancement - Added MacOS support - thanks to @awdev1
5. Enhancement - Updated user instructions for MacOS - thanks to @aidenbok203
6. Enhancement - Added issue and PR templates - thanks to @aidenbok203

# Version 2.5.0
1. Enhancement - Added new airports - thanks to @aidenbok203
Expand Down

0 comments on commit bbdba91

Please sign in to comment.