Skip to content

Commit 7acf380

Browse files
committed
chore: Update CODE_OF_CONDUCT.md and CONTRIBUTING.md files
1 parent e213b63 commit 7acf380

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
https://manthanank.github.io/contact.
63+
[Contact Form](https://manthanank.github.io/contact).
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the
@@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
106106
### 4. Permanent Ban
107107

108108
**Community Impact**: Demonstrating a pattern of violation of community
109-
standards, including sustained inappropriate behavior, harassment of an
109+
standards, including sustained inappropriate behavior, harassment of an
110110
individual, or aggression toward or disparagement of classes of individuals.
111111

112112
**Consequence**: A permanent ban from any sort of public interaction within
@@ -115,14 +115,12 @@ the community.
115115
## Attribution
116116

117117
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118-
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
118+
version 2.0, available at [https://www.contributor-covenant.org/version/2/0/code_of_conduct.html](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).
120119

121120
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122121
enforcement ladder](https://github.com/mozilla/diversity).
123122

124123
[homepage]: https://www.contributor-covenant.org
125124

126125
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
126+
[https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq). Translations are available at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).

CONTRIBUTING.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ agree to abide by the [Code Of Conduct](https://github.com/manthanank/learn-angu
55

66
## How to Contribute
77

8-
- If you find a bug, please [open an issue](https://github.com/manthanank/learn-angular/issues).
9-
- If you want to contribute code, please follow these steps:
10-
1. Fork the repository.
11-
2. Create a new branch for your feature or bug fix.
12-
3. Make your changes and submit a pull request.
8+
- Fork the repository
9+
- Clone the repository
10+
- Create a new branch
11+
- Make your changes
12+
- Push your changes
13+
- Create a pull request
1314

15+
## Code Of Conduct
16+
17+
Please read the [Code Of Conduct](https://github.com/manthanank/learn-angular/blob/main/CODE_OF_CONDUCT.md) before contributing to this project.
18+
19+
## License
20+
21+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/manthanank/learn-angular/blob/main/LICENSE) file for details.

pull_request_template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## Describe your changes
1+
# Describe your changes
22

33
## Issue ticket number and link
44

55
## Checklist before requesting a review
6+
7+
- [ ] I have added a description of my changes
68
- [ ] I have performed a self-review of my code
79
- [ ] If it is a core feature, I have added thorough tests.
810
- [ ] Do we need to implement analytics?

0 commit comments

Comments
 (0)