Skip to content

Commit 33cbefc

Browse files
committed
Improve contribution information.
1 parent d47320c commit 33cbefc

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Bare minimum self-checks
2+
3+
> [What do you think of a person who only does the bare minimum?](https://getyarn.io/yarn-clip/dcf80710-425e-478b-bde1-c107bd11e849)
4+
5+
- [ ] I've updated this PR with the latest code from `main`
6+
- [ ] I've done a cursory QA pass of my code locally
7+
- [ ] I've ensured all automated status check and tests pass
8+
- [ ] I've [connected this PR to an issue](https://help.zenhub.com/support/solutions/articles/43000010350-connecting-pull-requests-to-github-issues)
9+
10+
### Pieces of flare
11+
12+
- [ ] I've written a unit or functional test for my code
13+
- [ ] I've updated relevant documentation it my code changes it
14+
- [ ] I've updated this repo's README if my code changes it
15+
- [ ] I've updated this repo's CHANGELOG with my change unless its a trivial change (like updating a typo in the docs)
16+
17+
### Finally
18+
19+
- [ ] I've [requested a review](https://help.github.com/en/articles/requesting-a-pull-request-review) with relevant people
20+
21+
If you have any issues or need help please join the `#contributors` channel in the [Lando slack](https://www.launchpass.com/devwithlando) and someone will gladly help you out!
22+
23+
You can also check out the [coder guide](https://docs.lando.dev/contrib/coder.html).

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ If you'd like to report a bug or submit a feature request then please [use the i
3333
3434
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/postgres/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/postgres/releases).
3535
36+
37+
## Maintainers
38+
39+
* [@pirog](https://github.com/pirog)
40+
* [@reynoldsalec](https://github.com/reynoldsalec)
41+
3642
## Contributors
3743
3844
<a href="https://github.com/lando/postgres/graphs/contributors">

Diff for: docs/.vitepress/config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ function sidebar() {
4949
{text: 'GitHub', link: 'https://github.com/lando/postgres/issues/new/choose'},
5050
{text: 'Slack', link: 'https://www.launchpass.com/devwithlando'},
5151
{text: 'Contact Us', link: '/support'},
52+
{text: 'Examples', link: 'https://github.com/lando/postgres/tree/main/examples'},
5253
],
5354
},
54-
{text: 'Examples', link: 'https://github.com/lando/postgres/tree/main/examples'},
5555
];
56-
};
56+
};

0 commit comments

Comments
 (0)