Skip to content

Commit 58a0d25

Browse files
authored
chore: format .github markdown files with Prettier (#400)
1 parent cdf31a2 commit 58a0d25

File tree

5 files changed

+19
-26
lines changed

5 files changed

+19
-26
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
* Demonstrating empathy and kindness toward other people
21-
* Being respectful of differing opinions, viewpoints, and experiences
22-
* Giving and gracefully accepting constructive feedback
23-
* Accepting responsibility and apologizing to those affected by our mistakes,
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
* Focusing on what is best not just for us as individuals, but for the
25+
- Focusing on what is best not just for us as individuals, but for the
2626
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
* The use of sexualized language or imagery, and sexual attention or
30+
- The use of sexualized language or imagery, and sexual attention or
3131
advances of any kind
32-
* Trolling, insulting or derogatory comments, and personal or political attacks
33-
* Public or private harassment
34-
* Publishing others' private information, such as a physical or email
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email
3535
address, without their explicit permission
36-
* Other conduct which could reasonably be considered inappropriate in a
36+
- Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities
@@ -59,8 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
62+
reported to the community leaders responsible for enforcement at [[email protected]]([email protected]).
6463
All complaints will be reviewed and investigated promptly and fairly.
6564

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

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

112111
**Consequence**: A permanent ban from any sort of public interaction within
@@ -115,14 +114,11 @@ the community.
115114
## Attribution
116115

117116
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.
117+
version 2.0, available at [this link](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).
120118

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

124122
[homepage]: https://www.contributor-covenant.org
125123

126-
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.
124+
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). [Translations](https://www.contributor-covenant.org/translations) are also available.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to **AstroPaper**! We appreciate eve
44

55
## Types of Contributions
66

7-
There are several ways to contribute to **AstroPaper**, and every contribution counts_ whether it's a PR for a major feature or a small fix.
7+
There are several ways to contribute to **AstroPaper**, and every contribution counts\_ whether it's a PR for a major feature or a small fix.
88

99
You can also contribute by leaving review comments on PRs, adding ideas to existing GitHub Issues and Discussions, or helping others by answering questions in GitHub Discussions.
1010

@@ -53,4 +53,3 @@ Since AstroPaper doesn’t currently have automated testing, it’s especially u
5353
## Starting a Discussion
5454

5555
If you’re unsure whether your issue warrants a fix or if you just want to share ideas and get feedback, feel free to [start a GitHub discussion](https://github.com/satnaing/astro-paper/discussions/new/choose). It’s a great way to engage with the community.
56-

.github/ISSUE_TEMPLATE/✨-feature-request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: "✨ Feature Request"
33
about: Suggest an idea for improving AstroPaper
44
title: "[Feature Request]: "
55
labels: enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/🐞-bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: "\U0001F41E Bug report"
33
about: Report a bug or unexpected behavior in AstroPaper
44
title: "[BUG]: "
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'

.github/ISSUE_TEMPLATE/📝-documentation-improvement.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: "\U0001F4DD Documentation Improvement"
33
about: Propose updates or improvements to the documentation/blog posts
44
title: "[Docs]: "
55
labels: documentation
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the Issue**

0 commit comments

Comments
 (0)