Update homepage

This commit is contained in:
CJ Patoilo
2018-02-16 02:01:21 -03:00
parent 57bb2931f7
commit b90a74b3e1
9 changed files with 60 additions and 63 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ We would love for you to contribute to Milligram and help us make this even bett
## Open an Issue
[Open an Issue](https://github.com/milligram/milligram/issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
[Open an Issue](../../../issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
## Submit a Pull Request
@@ -93,4 +93,4 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
## License
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license).
By contributing your code, you agree to license your contribution under the [MIT license](../license).
+3 -3
View File
@@ -1,10 +1,10 @@
<!--
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](https://github.com/milligram/milligram/blob/master/.github/contributing.md) to see it is not difficult as you might have imagined.
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](contributing.md) to see it is not difficult as you might have imagined.
Open an Issue
==============================
[Open an Issue](https://github.com/milligram/milligram/issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
[Open an Issue](../../../issues/new) to report any problems or improvements. When necessary, use [Codepen](http://codepen.io/) to show the problem. Be sure to include some description to explain the problem.
Code of Conduct
==============================
@@ -12,7 +12,7 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
License
==============================
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license).
By contributing your code, you agree to license your contribution under the [MIT license](../license).
-->
+4 -4
View File
@@ -1,12 +1,12 @@
<!--
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](https://github.com/milligram/milligram/blob/master/.github/contributing.md) to see it is not difficult as you might have imagined.
We would love for you to contribute to Milligram and help us make this even better! Start reading this [document](contributing.md) to see it is not difficult as you might have imagined.
Submit a Pull Request
==============================
To submit a new feature, make sure that changes are done to the source code. [Follow our style guide](https://github.com/milligram/milligram/blob/master/.github/contributing.md#style-guide) and do not forget the tests and attach the link [Codepen](http://codepen.io/) along with the description.
To submit a new feature, make sure that changes are done to the source code. [Follow our style guide](contributing.md#style-guide) and do not forget the tests and attach the link [Codepen](http://codepen.io/) along with the description.
Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a [new issue](https://github.com/milligram/milligram/blob/master/.github/contributing.md#open-an-issue) so we can answer you. Look existing issues for ideas or to see if a similar issue has already been submitted.
Try to solve a problem for each pull request, this increases the chances of acceptance. When in doubt, open a [new issue](contributing.md#open-an-issue) so we can answer you. Look existing issues for ideas or to see if a similar issue has already been submitted.
1. Fork the Github repo: `git clone https://github.com/milligram/milligram.git`
1. Create a new branch: `git checkout -b issuenumber-feature-name`
@@ -22,7 +22,7 @@ Help us keep Milligram open and inclusive. Please read and follow our thoughts o
License
==============================
By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/milligram/milligram#license).
By contributing your code, you agree to license your contribution under the [MIT license](../license).
-->