mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-17 10:44:20 +08:00
[Docs] Improve md file syntax
- Lists should be surrounded by blank lines - Use only `1.` for ordered list item prefix - Starting bulleted lists at the beginning of the line - Fenced code blocks should be surrounded by blank lines
This commit is contained in:
committed by
Jordan Harband
parent
423252a99c
commit
f3fd5eff46
@@ -5,10 +5,12 @@ We love pull requests and issues, they're our favorite.
|
||||
However, before submitting, please review the following:
|
||||
|
||||
For bug reports:
|
||||
|
||||
- Please make sure the bug is reproducible, and give us the steps to reproduce it, so that we can dig into the problem.
|
||||
- Please give us as much detail as possible about your environment, so we can more easily confirm the problem.
|
||||
|
||||
For pull requests:
|
||||
|
||||
- Please include tests. Changes with tests will be merged very quickly.
|
||||
- Please manually confirm that your changes work in `bash`, `sh`/`dash`, `ksh`, and `zsh`. Fast tests do run in these shells, but it's nice to manually verify also.
|
||||
- Please maintain consistent whitespace - 2-space indentation, trailing newlines in all files, etc.
|
||||
|
||||
Reference in New Issue
Block a user