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 #** 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. + 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