Skip to content

Commit

Permalink
Merge pull request #309 from dzcode-io/bugfix/change_master_to_main
Browse files Browse the repository at this point in the history
changed "master" keyword to "main" everywhere in the repo
  • Loading branch information
khalilmansouri authored Jun 17, 2021
2 parents 317916c + b86480a commit 5128a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing to dzcode.io

Contributions are always welcome. Before contributing please read the
[code of conduct](https://github.com/dzcode-io/dzcode.io/blob/master/.github/CODE_OF_CONDUCT.md) &
[code of conduct](https://github.com/dzcode-io/dzcode.io/blob/main/.github/CODE_OF_CONDUCT.md) &
[search the issue tracker](https://github.com/dzcode-io/dzcode.io/issues); your issue
may have already been discussed or fixed in `master`. To contribute,
may have already been discussed or fixed in `main`. To contribute,
[fork](https://help.github.com/articles/fork-a-repo/) dzcode.io, commit your changes,
& [send a pull request](https://help.github.com/articles/using-pull-requests/).

Expand Down Expand Up @@ -49,4 +49,4 @@ established in the code.
[JSDoc-style](http://www.2ality.com/2011/08/jsdoc-intro.html) comments for
functions.

Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/master/.editorconfig) file.
Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/main/.editorconfig) file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yarn dev

## Contributing

To get started see [the contributing guidelines](https://github.com/dzcode-io/dzcode.io/blob/master/.github/CONTRIBUTING.md).
To get started see [the contributing guidelines](https://github.com/dzcode-io/dzcode.io/blob/main/.github/CONTRIBUTING.md).

### Before You Create a Pull Request

Expand Down
2 changes: 1 addition & 1 deletion data/models/projects/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All you need is a **_Good Project_**.

## Adding Your project To Dzcode

Projects on **[dzCode.io](https://dzcode.io)** are found under the folder `data/projects` of our **[dzcode.io Github repo](https://github.com/dzcode-io/dzcode.io/tree/master/data/projects)**.
Projects on **[dzCode.io](https://dzcode.io)** are found under the folder `data/projects` of our **[dzcode.io Github repo](https://github.com/dzcode-io/dzcode.io/tree/main/data/projects)**.

To add new project simply do the following:

Expand Down

0 comments on commit 5128a63

Please sign in to comment.