Skip to content

Commit 4b56afd

Browse files
authored
Create contributing.md
1 parent 8b6a7fb commit 4b56afd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

contributing.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Quick guide for the process we use on GitHub
2+
3+
There are two main branches in the Files UWP reposistory,
4+
- Master
5+
- Develop
6+
7+
### Master
8+
`Master` is the stable branch, this has the code for the latest release in the Microsoft Store. Only pull requests from the `develop` branch will be merged in here.
9+
10+
### Develop
11+
`Develop` is the development branch which includes all the latest changes from Files UWP, beta builds will be released from this branch. Once `develop` is found to be stable then it will be merged in to `master`.
12+
13+
### Other branches
14+
There are other branches as well in the Files UWP repository, these are usually for new features or changes that are still a work in progress and not yet ready to be merged in to `develop`. These branches are temporary and will be removed once the changes are merged in to `develop`.
15+
16+
17+
## Contributing to Files UWP
18+
19+
To get started, create a fork of the repository on GitHub. You will need to do that to make any changes since the Files UWP repo is restricted to a few contributors of the app. If you decide to make a change you should always do it on the `develop` branch. Once your change is completed you can open a pull request which we will review and if we like it we will merge it in 😀
20+
21+
#
22+
If you have any questions or feedback make sure to open an issue here.

0 commit comments

Comments
 (0)