瀏覽代碼

Merge pull request #128 from Hutchy68/fixing/develop

Instructions for the contributing to project
Jamie Thingelstad 11 年之前
父節點
當前提交
d720456513
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. 11 0
      CONTRIBUTING.md
  2. 1 1
      README.md

+ 11 - 0
CONTRIBUTING.md

@@ -0,0 +1,11 @@
+# Development Branch
+
+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. Open an issue in [Issues](https://github.com/thingles/foreground/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 reference the issue# in the PR's description and include any information for testing the feature.
+
+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.

+ 1 - 1
README.md

@@ -83,4 +83,4 @@ You may also want to allow users to set a User CSS if they want to tweak things
 
 ## Using Foreground
 
-There is a [mailing list to discuss Foreground](http://lists.thingelstad.com/cgi-bin/mailman/listinfo/foreground-l). Please join to connect with others and explore questions about using Foreground on your wiki. You can see a list of wikis with [Foreground installed at WikiApiary](http://wikiapiary.com/wiki/Skin:Foreground).
+There is a [mailing list to discuss Foreground](http://lists.thingelstad.com/cgi-bin/mailman/listinfo/foreground-l). Please join to connect with others and explore questions about using Foreground on your wiki. You can see a list of wikis with [Foreground installed at WikiApiary](http://wikiapiary.com/wiki/Skin:Foreground).