Skip to content

Commit b94d241

Browse files
committed
Move Contributing section to CONTRIBUTING.md
1 parent 0138bb2 commit b94d241

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Contributing
2+
============
3+
4+
There are two permanent brances: **master** and **dev**.
5+
**Master** always points to the latest release tag.
6+
All development is done in **dev** branch,
7+
please, use it for pull requests.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ is YAML format. To use this format, follow these steps:
4242
[this_repo]: https://github.com/SublimeText/PowerShell
4343
[syntax_topic]: http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/extensibility/syntaxdefs.html
4444

45-
# Contributing
45+
## Contributing
4646

47-
There are two permanent brances: `master` and `dev`.
48-
Master always points to the latest release tag.
49-
All development is done in `dev` branch, please use it for pull request.
47+
See [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)