Skip to content

Commit 4e702bb

Browse files
docs: fix missing closing </details> tag in PR template
Signed-off-by: Harsh Sachdeva <sachdevaharsh2003@gmail.com>
1 parent a3b46fa commit 4e702bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Please check the type of change your pull request introduces. Remove all that is
2929
- [ ] Try to limit your pull request to one type, submit multiple pull requests if needed
3030
- [ ] I implemented tests that cover my contribution
3131

32-
3332
<details>
3433
<summary>How to see this running using GitHub Codespaces</summary>
3534

@@ -64,4 +63,4 @@ Please check the type of change your pull request introduces. Remove all that is
6463

6564
Done! 🎉
6665
You're now ready to test this.
67-
<details>
66+
</details>

0 commit comments

Comments
 (0)