From fae685cf76a299bfc56ffd26b48967360adb797f Mon Sep 17 00:00:00 2001 From: Divyanshu Rawat Date: Tue, 3 Oct 2017 16:12:35 +0530 Subject: [PATCH 1/3] Create CONTRIBUTING.md --- CONTRIBUTING.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..41c19e6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,43 @@ + +We believe - and we hope you do too - that learning how to code, how to think, and how to contribute to open source can empower the next generation of coders and creators. + +You can do it! Here’s how + +If you have never contributed to an open source project before and you’re just getting started, consider exploring these resources. + +[A Step by Step Guide to Making Your First GitHub Contribution](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940) + +[How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) + + +In order to get some insights about Github terminologies consider exploring these resources. + +[Collaborating With Issues And Pull Requests](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/) + +## + +All contributors and maintainers of this project are subject to this code of conduct. + +As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute to reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. + + +Some guidelines you must have to follow in order to contribute to this repository. + +* Create your **branch**: `git checkout -b my-new-feature` + +* **Commit** your changes: `git commit -m 'Add some feature'` + +* **Push** to the branch: `git push origin my-new-feature` + +* Send a **Pull Request** + +* **Enjoy!** + +## + +If you are still facing some issues while contributing to the repository feel free to reach us on our **Gitter** channel. + +[![Join the chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/LNMIIT-Computer-Club/Lobby) + +**Note** : Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + From 350bcbd4f6e1db3d99c8959bf0536f0eb2297d96 Mon Sep 17 00:00:00 2001 From: Yashovardhan Agrawal Date: Fri, 6 Oct 2017 15:31:58 +0530 Subject: [PATCH 2/3] Added: Issue and PR Template (#6) --- .github/ISSUE_TEMPLATE.md | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.MD | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.MD diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..24ecb61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +**I'm submitting a ...** +- [ ] bug report +- [ ] feature request + +**Current behavior:** + + +**Expected behavior:** + + +**Steps to reproduce:** \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD new file mode 100644 index 0000000..99514e7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -0,0 +1,21 @@ + +Fixes # + +#### Checklist + + +- [ ] My branch is up-to-date with the Upstream `master` branch. +- [ ] I have added necessary documentation (if appropriate) + + + +**Changes proposed in this pull request** +- +- +- + +**Screenshots (if appropriate)** + +**Link to live demo (if appropriate):** + +**Closes #** From 7b5f9ed6d384dcbafe8d6ca876acc8ef2c61f437 Mon Sep 17 00:00:00 2001 From: Benjamin Sanvoisin Date: Fri, 6 Oct 2017 12:03:40 +0200 Subject: [PATCH 3/3] Added 2 websites for learning html & css (#5) * Add 2 websites * Formatting --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3fe5f6d..701b9b2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Assignments Add Assignments that can be practised by beginners learning Web Development. + +## Practice HTML & CSS (Beginner Practice) + +* [Codecademy HTML & CSS](https://www.codecademy.com/en/tracks/htmlcss) +* [Learn to code HTML & CSS](https://learn.shayhowe.com/) + +Have fun! \ No newline at end of file