Skip to content

Commit 66bf0e4

Browse files
committed
Update CONTRIBUTING.md
1 parent acf5ffa commit 66bf0e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ restrictions:
2424
* Please **do not** derail or troll issues. Keep the discussion on topic and
2525
respect the opinions of others.
2626

27-
* Please **do not** open issues or pull requests regarding the code in [`bootstrap-table-examples`](https://github.com/wenzhixin/bootstrap-table-examples) and [`extensions plugin dependence`](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions) (open them in their respective repositories), the dependence list:
27+
* Please **do not** open issues or pull requests regarding the code in [`bootstrap-table-examples`](https://github.com/wenzhixin/bootstrap-table-examples) and [`extensions plugin dependence`](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions) (open them in their respective repositories), the dependence list:
2828
* Table Editable: [x-editable](https://github.com/vitalets/x-editable)
2929
* Table Export: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
3030
* Table Filter: [bootstrap-table-filter](https://github.com/lukaskral/bootstrap-table-filter)
@@ -124,11 +124,11 @@ project (indentation, accurate comments, etc.) and any other requirements
124124
(such as test coverage).
125125

126126
**Do not edit files of `dist` directly!** Those files are automatically generated. You should edit the
127-
source files in [`/src/`](https://github.com/wenzhixin/bootstrap-table/tree/master/src) instead.
127+
source files in [`/src/`](https://github.com/wenzhixin/bootstrap-table/tree/develop/src) instead.
128128

129129
Similarly, when contributing to Bootstrap's documentation, you should edit the
130130
documentation source files in
131-
[the `/docs/` directory of the `master` branch](https://github.com/wenzhixin/bootstrap-table/tree/master/docs).
131+
[the `/docs/` directory of the `develop` branch](https://github.com/wenzhixin/bootstrap-table/tree/develop/docs).
132132

133133
Adhering to the following process is the best way to get your work
134134
included in the project:
@@ -148,8 +148,8 @@ included in the project:
148148
2. If you cloned a while ago, get the latest changes from upstream:
149149

150150
```bash
151-
git checkout master
152-
git pull upstream master
151+
git checkout develop
152+
git pull upstream develop
153153
```
154154

155155
3. Create a new topic branch (off the main project development branch) to
@@ -168,7 +168,7 @@ included in the project:
168168
5. Locally merge (or rebase) the upstream development branch into your topic branch:
169169

170170
```bash
171-
git pull [--rebase] upstream master
171+
git pull [--rebase] upstream develop
172172
```
173173

174174
6. Push your topic branch up to your fork:
@@ -178,7 +178,7 @@ included in the project:
178178
```
179179

180180
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
181-
with a clear title and description against the `master` branch.
181+
with a clear title and description against the `develop` branch.
182182

183183
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
184184
license your work under the terms of the [MIT License](LICENSE) (if it

0 commit comments

Comments
 (0)