Skip to content

Commit 39dfef0

Browse files
committed
Improve contribution information.
1 parent f93836f commit 39dfef0

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
@@ -61,6 +61,12 @@ yarn test
6161
yarn release
6262
```
6363

64+
65+
## Maintainers
66+
67+
* [@pirog](https://github.com/pirog)
68+
* [@reynoldsalec](https://github.com/reynoldsalec)
69+
6470
## Contributors
6571

6672
<a href="https://github.com/lando/phpmyadmin/graphs/contributors">

Diff for: docs/.vitepress/config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ function sidebar() {
4949
{text: 'GitHub', link: 'https://github.com/lando/phpmyadmin/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/phpmyadmin/tree/main/examples'},
5253
],
5354
},
5455
{text: 'Guides', link: '/guides', activeMatch: '/guides'},
55-
{text: 'Examples', link: 'https://github.com/lando/phpmyadmin/tree/main/examples'},
5656
];
57-
};
57+
};

0 commit comments

Comments
 (0)