Skip to content

Commit 982d98a

Browse files
committed
update links
1 parent 48ff55f commit 982d98a

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

CONTRIBUTING.md

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ There are two ways to see what your changes will look like in production before
5858

5959
After the PR is created CI will kick off and run. All of ci must pass in order to merge the PR. Once the PR is merged, the changes will be deployed to the production site.
6060

61-
### Preview Draft PRs on a Local Web Browser
62-
63-
To view a local preview of a branch, follow the steps outlined in the [TECHNICAL SETUP](TECHNICAL-SETUP.md) guide to clone and install the app. Then, checkout the branch you would like to preview and run:
64-
6561
```sh
6662
npm run serve
6763
```

PULL_REQUEST_TEMPLATE.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Description
2+
3+
Closes: #XXXX
4+
5+
<!-- Add a description of the changes that this PR introduces and the files that
6+
are the most critical to review. -->
7+
8+
---
9+
10+
## Author Checklist
11+
12+
*All items are required. Please add a note to the item if the item is not applicable and
13+
please add links to any relevant follow up issues.*
14+
15+
I have...
16+
17+
* [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
18+
* [ ] confirmed `!` in the type prefix if API or client breaking change
19+
* [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
20+
* [ ] provided a link to the relevant issue or specification
21+
* [ ] reviewed "Files changed" and left comments if necessary
22+
* [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
23+
* [ ] added a changelog entry to `CHANGELOG.md`
24+
* [ ] updated the relevant documentation or specification, including comments for [documenting Go code](https://blog.golang.org/godoc)
25+
* [ ] confirmed all CI checks have passed
26+
27+
## Reviewers Checklist
28+
29+
*All items are required. Please add a note if the item is not applicable and please add
30+
your handle next to the items reviewed if you only reviewed selected items.*
31+
32+
I have...
33+
34+
* [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
35+
* [ ] confirmed all author checklist items have been addressed
36+
* [ ] reviewed state machine logic, API design and naming, documentation is accurate, tests and test coverage

0 commit comments

Comments
 (0)