Skip to content

Commit

Permalink
chore: update PR template with issue desc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Apr 1, 2024
1 parent 169f47f commit a69eab4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Issue or need

<!-- Describe here WHAT issue or need you're solving -->
<!-- Fixes # -->

# Proposed changes

<!-- Describe here HOW you're solving it -->

# Quick reminders

- 🤝 **I will follow [Code of Conduct](https://github.com/davidlj95/ngx/blob/main/CODE_OF_CONDUCT.md)**
Expand All @@ -9,5 +16,3 @@
- 💬 **[TSDoc comments](https://github.com/davidlj95/ngx/blob/main/CONTRIBUTING.md#tsdoc-comments)** have been added or updated indicating API visibility if API surface has changed.
- 🧪 **[Tests](https://github.com/davidlj95/ngx/blob/main/CONTRIBUTING.md#test)** have been added if needed. For instance, if adding new features or fixing a bug. Or removed if removing features.
- ⚙️ **[API Report](https://github.com/davidlj95/ngx/blob/main/CONTRIBUTING.md#api-report)** has been updated if API surface is altered.

<!-- Fixes issue # -->

0 comments on commit a69eab4

Please sign in to comment.