Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 39ca392

Browse files
Docs: Format them.
1 parent df8f2fd commit 39ca392

File tree

4 files changed

+29
-28
lines changed

4 files changed

+29
-28
lines changed

.github/workflows/claim.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
on:
1+
on:
22
issue_comment:
33
types: [created]
44
name: Claim Issue
55
jobs:
66
assign:
77
name: Update labels and Assign
8-
if: github.event.issue.pull_request == ''
9-
&& contains(github.event.comment.body, '/claim')
8+
if: github.event.issue.pull_request == ''
9+
&& contains(github.event.comment.body, '/claim')
1010
&& contains(toJson(github.event.issue.labels), 'Available')
1111
runs-on: ubuntu-latest
1212
steps:

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

CONTRIBUTING.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Always submit a PR against a "Claimed Issue" that's been assigned to you. If an
1515
<img src="https://storage.googleapis.com/jrmyphlmn/images/github/label%20change.png" width="50%">
1616
</p>
1717

18-
1918
- People looking to contribute, filter issues by ["Status:Available"](https://github.com/covid19india/covid19india-react/issues?q=is%3Aissue+is%3Aopen+label%3A%22Status%3A+Available%22) and comment "/claim" on the issue they would like to be assigned to work on.
2019

2120
<p align="center">
@@ -30,19 +29,21 @@ Always submit a PR against a "Claimed Issue" that's been assigned to you. If an
3029
- Finally submit the pull request.
3130

3231
## Formatting
32+
3333
Format your PR titles likewise:
3434

3535
> [Tag]: Describe change in present tense
3636
37-
Tag can be:
37+
Tag can be:
38+
39+
- Feat (new feature)
40+
- Fix (bug fix)
41+
- Refactor (refactoring code)
42+
- Style (formatting, no code change)
43+
- Doc (changes to documentation)
44+
- Test (adding or refactoring tests; no production code change)
3845

39-
* Feat (new feature)
40-
* Fix (bug fix)
41-
* Refactor (refactoring code)
42-
* Style (formatting, no code change)
43-
* Doc (changes to documentation)
44-
* Test (adding or refactoring tests; no production code change)
46+
Remember to:
4547

46-
Remember to:
47-
* Capitalize the subject line
48-
* Use the imperative mood in the subject line
48+
- Capitalize the subject line
49+
- Use the imperative mood in the subject line

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ npm i && npm start
2323

2424
If you're new to contributing to Open Source on Github, [this guide](https://guides.github.com/activities/contributing-to-open-source/) can help you get started. Please check out the [contribution guide](CONTRIBUTING.md) for more details on how issues and pull requests work.
2525

26-
###### This repository is just a small subset of work put together by a much larger pool of voluntary efforts contributed by generous people all around the world. Reach out to us through [email protected]
26+
###### This repository is just a small subset of work put together by a much larger pool of voluntary efforts contributed by generous people all around the world. Reach out to us through [email protected]

0 commit comments

Comments
 (0)