Skip to content

Commit

Permalink
Create pull_request_template.md (#72)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

* Update doxygen config file to match the doxygen version

* Fix formatting
  • Loading branch information
AniruddhaKanhere authored Feb 20, 2023
1 parent d0fac20 commit a630d71
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 83 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Description
-----------
<!--- Describe your changes in detail. -->

Test Steps
-----------
<!-- Describe the steps to reproduce. -->

Checklist:
----------
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have tested my changes. No regression in existing tests.
- [ ] I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue
-----------
<!-- If any, please provide issue ID. -->

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Loading

0 comments on commit a630d71

Please sign in to comment.