Tom Hutchison пре 11 година
родитељ
комит
f746e195d0
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -2,7 +2,10 @@
 
 This is the development branch for the Mediawiki Foreground Skin. All new features for Foreground should PR against this branch. If you want to add a new feature, you should do the following:
 
-1. Create a branch in your repo with the name of the `feature` using Foreground's `develop` branch as a base.
-2. Periodically check and pull down updates to Foreground's `develop` branch as you are working on your proposed feature. Commits to `develop` may affect your `feature` branch, so make sure all is well while you are working on it.
+1. Open an issue in [Issues]
+2. Create a branch in your repo with the name of the `feature` or whatever you feel comfortable with using Foreground's `develop` branch as a base.
+3. Periodically check and pull down updates to Foreground's `develop` branch as you are working on your proposed feature. Commits can and will occur to `develop` which may affect your `feature` branch.
+4. When you are ready to issue a PR against the `develop` branch of Foreground, please use `[feature]` as a tag at the beginning of the PR's title.
+5. Please open
 
 If you want to work on an existing feature proposed by Foreground, please see the `feature/name-of-feature` branch for more information. PRs should be issued against the specific `feature/name-of-feature` branch.