Skip to content

. #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: add-code-of-conduct-1
Choose a base branch
from
Open

. #7

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**I'm submitting a ...**
- [ ] bug report
- [ ] feature request

**Current behavior:**
<!-- How the bug manifests. -->

**Expected behavior:**
<!-- Behavior would be without the bug. -->

**Steps to reproduce:**
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->
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 #**
43 changes: 43 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!