Skip to content

Commit 2f55378

Browse files
committed
docs: update project information
1 parent 29c447f commit 2f55378

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Guidelines for bug reports:
2929

3030
1. **Use the GitHub issue search** — check if the issue has already been reported.
3131

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.
3333

3434
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.
3535

@@ -96,8 +96,8 @@ included in the project:
9696
2. If you cloned a while ago, get the latest changes from upstream:
9797

9898
```bash
99-
git checkout master
100-
git pull upstream master
99+
git checkout main
100+
git pull upstream main
101101
```
102102

103103
3. Create a new topic branch (off the main project development branch) to
@@ -116,7 +116,7 @@ included in the project:
116116
5. Locally merge (or rebase) the upstream development branch into your topic branch:
117117

118118
```bash
119-
git pull [--rebase] upstream master
119+
git pull [--rebase] upstream main
120120
```
121121

122122
6. Push your topic branch up to your fork:
@@ -125,7 +125,7 @@ included in the project:
125125
git push origin <topic-branch-name>
126126
```
127127

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.
129129

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

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before opening an issue:
22

33
- [Search for duplicate or closed issues](https://github.com/coreui/coreui-free-bootstrap-admin-template/issues?utf8=%E2%9C%93&q=is%3Aissue)
44
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
5-
- Read the [contributing guidelines](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/master/CONTRIBUTING.md)
5+
- Read the [contributing guidelines](https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/.github/CONTRIBUTING.md)
66

77
When asking general "how to" questions:
88

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our
135135

136136
## Contributing
137137

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.
139139

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>.
141141

142142
## Versioning
143143

@@ -171,7 +171,7 @@ Some of projects created by community but not maintained by CoreUI team.
171171

172172
## Copyright and license
173173

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).
175175
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.
176176

177177
## Support CoreUI Development

0 commit comments

Comments
 (0)