Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/bug_fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ Examples:
- Fixed an issue where multiple cursors did not work in a file with a single line.
- Increased the performance of searching and replacing across a whole project.

-->
-->


### Branch Acknowledgement
[ ] I am acknowledging that I am opening this branch against `staging`
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/feature_change.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ Examples:
- Fixed an issue where multiple cursors did not work in a file with a single line.
- Increased the performance of searching and replacing across a whole project.

-->
-->


### Branch Acknowledgement
[ ] I am acknowledging that I am opening this branch against `staging`
6 changes: 5 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/performance_improvement.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ Examples:
- Fixed an issue where multiple cursors did not work in a file with a single line.
- Increased the performance of searching and replacing across a whole project.

-->
-->


### Branch Acknowledgement
[ ] I am acknowledging that I am opening this branch against `staging`
Loading