mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-18 22:12:32 +01:00
Add github templates for issue reports and new pull requests
This commit is contained in:
parent
348617040b
commit
cda6ee926c
2 changed files with 28 additions and 0 deletions
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Hey! Thanks for you contribution. To help you with that pull request,
|
||||
we have here some useful informations for you.
|
||||
|
||||
Did you know:
|
||||
- Our development happens on `next` branch. So should yours. Please
|
||||
ensure your base is `next`. More information [here](https://github.com/bhilburn/powerlevel9k/wiki/Developer's-Guide).
|
||||
- We have a lot of unit tests (in `test` dir). It would be awesome,
|
||||
if you would add one for your feature.
|
||||
- For manual tests there are Vagrant files and Docker files prepared.
|
||||
Just have a look at the [test readme](https://github.com/bhilburn/powerlevel9k/blob/next/TESTS.md)
|
||||
- Our [wiki](https://github.com/bhilburn/powerlevel9k/wiki) is quite
|
||||
packed with loads of information about how to configure this theme.
|
||||
If your feature has some flexpoint, the configuration help should
|
||||
probably go there or in the README.
|
||||
Loading…
Add table
Add a link
Reference in a new issue