You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Guidelines for bug reports:
29
29
30
30
1.**Use the GitHub issue search**— check if the issue has already been reported.
31
31
32
-
2.**Check if the issue has been fixed**— try to reproduce it using the latest `master` or development branch in the repository.
32
+
2.**Check if the issue has been fixed**— try to reproduce it using the latest `main` or development branch in the repository.
33
33
34
34
3.**Isolate the problem**— ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example. [This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
35
35
@@ -96,8 +96,8 @@ included in the project:
96
96
2. If you cloned a while ago, get the latest changes from upstream:
97
97
98
98
```bash
99
-
git checkout master
100
-
git pull upstream master
99
+
git checkout main
100
+
git pull upstream main
101
101
```
102
102
103
103
3. Create a new topic branch (off the main project development branch) to
@@ -116,7 +116,7 @@ included in the project:
116
116
5. Locally merge (or rebase) the upstream development branch into your topic branch:
117
117
118
118
```bash
119
-
git pull [--rebase] upstream master
119
+
git pull [--rebase] upstream main
120
120
```
121
121
122
122
6. Push your topic branch up to your fork:
@@ -125,7 +125,7 @@ included in the project:
125
125
git push origin <topic-branch-name>
126
126
```
127
127
128
-
7.[Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description against the `master` branch.
128
+
7.[Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description against the `main` branch.
129
129
130
130
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to license your work under the terms of the [MIT License](LICENSE).
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our
135
135
136
136
## Contributing
137
137
138
-
Please read through our [contributing guidelines](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
138
+
Please read through our [contributing guidelines](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
139
139
140
-
Editor preferences are available in the [editor config](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
140
+
Editor preferences are available in the [editor config](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
141
141
142
142
## Versioning
143
143
@@ -171,7 +171,7 @@ Some of projects created by community but not maintained by CoreUI team.
171
171
172
172
## Copyright and license
173
173
174
-
copyright 2019 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/LICENSE).
174
+
copyright 2021 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE).
175
175
There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.
0 commit comments