Skip to content

Commit 2131c2f

Browse files
authored
removed all the open links
1 parent 23cffdb commit 2131c2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ codeuino's open source social platform <br><br>
1010

1111
</div>
1212

13-
#### For frontend of this repo move to this repository https://github.com/codeuino/frontened
13+
#### For frontend of this repo move to [this](https://github.com/codeuino/frontened) repository.
1414

1515
<div align='center'>
1616
<img style="border:1px black solid;" height=165px src="READMEassets/signup_community.png">
@@ -112,9 +112,9 @@ Note: For windows user, run this command using [git bash](https://git-scm.com/do
112112
## Contributions Best Practices
113113

114114
**Commits**
115-
* Write clear meaningful git commit messages (Do read http://chris.beams.io/posts/git-commit/)
116-
* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests )
117-
* When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git )
115+
* Write clear meaningful git commit messages (Do read [this](http://chris.beams.io/posts/git-commit/)).
116+
* Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (Check [this](https://github.com/blog/1506-closing-issues-via-pull-requests) for more info)
117+
* When you make very very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [here](https://davidwalsh.name/squash-commits-git))
118118
* When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.
119119
120120
## Community
@@ -155,4 +155,4 @@ This program is distributed in the hope that it will be useful,
155155
GNU General Public License for more details at OSI <https://opensource.org/licenses/GPL-3.0>
156156
157157
You should have received a copy of the GNU General Public License
158-
along with this program. If not, see <http://www.gnu.org/licenses/>.
158+
along with this program. If not, see [this](http://www.gnu.org/licenses/).

0 commit comments

Comments
 (0)