Skip to content

Commit 0fb84b2

Browse files
committed
Add PR template
1 parent aaaf6fe commit 0fb84b2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
# Important
3+
4+
Nushell command documentation (under https://nushell.sh/commands) is automatically generated from the
5+
built-in Help system (e.g., `help <command>`). Command doc cannot be updated in this repository, but
6+
instead should be changed in the command source itself in https://github.com/nushell/nushell
7+
-->
8+
9+
<!--
10+
if this PR closes one or more issues, you can automatically link the PR with
11+
them by using one of the [*linking keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword), e.g.
12+
- this PR should close #xxxx
13+
- fixes #xxxx
14+
15+
you can also mention related issues, PRs or discussions!
16+
-->
17+
18+
# Description
19+
20+
<!--
21+
Thank you for improving the Nushell documentation!
22+
23+
Description of your pull request goes here
24+
-->

0 commit comments

Comments
 (0)