Skip to content

Commit 802c5e5

Browse files
committed
feat: add more sections to README file
1 parent ba5603d commit 802c5e5

8 files changed

Lines changed: 38 additions & 33 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: airscripts
7-
87
---
98

109
**Describe the bug**

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
44
title: ''
55
labels: feature
66
assignees: airscripts
7-
87
---
98

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

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
43
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) with some edits,
54
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
 
75

8-
## 🎉 1.0.0
6+
# 1.1.0
7+
8+
## What's Changed
9+
* feat: add more sections to README file
10+
11+
**Full Changelog**: https://github.com/airscripts/analscript/compare/1.0.0...1.1.0
12+
13+
# 1.0.0
914

10-
### What's Changed
15+
## What's Changed
1116
* feat: add SECURITY.md
1217
* feat: add CHANGELOG.md
1318
* feat: add README.md
@@ -17,5 +22,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1722
* feat: add PULL_REQUEST_TEMPLATE.md
1823
* feat: add issue templates
1924

20-
### Full Changelog
21-
https://github.com/Airscripts/emdees/commits/1.0.0
25+
**Full Changelog**: https://github.com/Airscripts/emdees/commits/1.0.0

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Contributor Covenant Code of Conduct
33

44
## Our Pledge
5-
65
We as members, contributors, and leaders pledge to make participation in our
76
community a harassment-free experience for everyone, regardless of age, body
87
size, visible or invisible disability, ethnicity, sex characteristics, gender
@@ -14,7 +13,6 @@ We pledge to act and interact in ways that contribute to an open, welcoming,
1413
diverse, inclusive, and healthy community.
1514

1615
## Our Standards
17-
1816
Examples of behavior that contributes to a positive environment for our
1917
community include:
2018

@@ -38,7 +36,6 @@ Examples of unacceptable behavior include:
3836
professional setting
3937

4038
## Enforcement Responsibilities
41-
4239
Community leaders are responsible for clarifying and enforcing our standards of
4340
acceptable behavior and will take appropriate and fair corrective action in
4441
response to any behavior that they deem inappropriate, threatening, offensive,
@@ -50,15 +47,13 @@ not aligned to this Code of Conduct, and will communicate reasons for moderation
5047
decisions when appropriate.
5148

5249
## Scope
53-
5450
This Code of Conduct applies within all community spaces, and also applies when
5551
an individual is officially representing the community in public spaces.
5652
Examples of representing our community include using an official e-mail address,
5753
posting via an official social media account, or acting as an appointed
5854
representative at an online or offline event.
5955

6056
## Enforcement
61-
6257
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6358
reported to the community leaders responsible for enforcement at
6459
<support@airscript.it>.
@@ -68,12 +63,10 @@ All community leaders are obligated to respect the privacy and security of the
6863
reporter of any incident.
6964

7065
## Enforcement Guidelines
71-
7266
Community leaders will follow these Community Impact Guidelines in determining
7367
the consequences for any action they deem in violation of this Code of Conduct:
7468

7569
### 1. Correction
76-
7770
**Community Impact**: Use of inappropriate language or other behavior deemed
7871
unprofessional or unwelcome in the community.
7972

@@ -82,7 +75,6 @@ clarity around the nature of the violation and an explanation of why the
8275
behavior was inappropriate. A public apology may be requested.
8376

8477
### 2. Warning
85-
8678
**Community Impact**: A violation through a single incident or series
8779
of actions.
8880

@@ -94,7 +86,6 @@ like social media. Violating these terms may lead to a temporary or
9486
permanent ban.
9587

9688
### 3. Temporary Ban
97-
9889
**Community Impact**: A serious violation of community standards, including
9990
sustained inappropriate behavior.
10091

@@ -105,7 +96,6 @@ with those enforcing the Code of Conduct, is allowed during this period.
10596
Violating these terms may lead to a permanent ban.
10697

10798
### 4. Permanent Ban
108-
10999
**Community Impact**: Demonstrating a pattern of violation of community
110100
standards, including sustained inappropriate behavior, harassment of an
111101
individual, or aggression toward or disparagement of classes of individuals.
@@ -114,7 +104,6 @@ individual, or aggression toward or disparagement of classes of individuals.
114104
the community.
115105

116106
## Attribution
117-
118107
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119108
version 2.0, available at
120109
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].
@@ -130,4 +119,4 @@ at [https://www.contributor-covenant.org/translations][translations].
130119
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
131120
[Mozilla CoC]: https://github.com/mozilla/diversity
132121
[FAQ]: https://www.contributor-covenant.org/faq
133-
[translations]: https://www.contributor-covenant.org/translations
122+
[translations]: https://www.contributor-covenant.org/translations

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Contributing
2-
When contributing to this repository, please first discuss the change you wish to make via issue,
3-
email, or any other method with the owners of this repository before making a change.
4-
5-
Please note we have a code of conduct, please follow it in all your interactions with the project.
2+
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository, ensuring you follow the [Code of Conduct](https://github.com/Airscripts/emdees/blob/main/CODE_OF_CONDUCT.md).

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,41 @@
1-
# 🪶 Emdees
1+
# Emdees
22
A collection of useful files for new repository's scaffolding.
33

4-
## 📦 Install
4+
## Contents
5+
- [Installation](#installation)
6+
- [Usage](#usage)
7+
- [Resources](#resources)
8+
- [Contributing](#contributing)
9+
- [Support](#support)
10+
- [License](#license)
11+
12+
## Installing
513
Follow the steps below to make use of Emdees.
614

715
1. Clone this repository:
816
```bash
917
git clone https://github.com/Airscripts/emdees.git
1018
```
1119

12-
## 🤝 Contribute
20+
## Usage
21+
In order to use this project, just click the use as template in the repository's page.
22+
23+
## Resources
24+
Here you can list some useful resources about this project:
25+
- [GitHub Page](https://ghio.airscript.it/emdees): project's GitHub page.
26+
27+
## Contributing
1328
Contributions and suggestions about how to improve this project are welcome!
1429

15-
## 💚 Support
30+
## Support
1631
If you want to support my work you can do it with the links below.
1732

1833
Choose what you find more suitable for you:
1934
- [Support me on GitHub](https://github.com/sponsors/Airscripts)
2035
- [Support me via ko-fi](https://ko-fi.com/airscript)
2136
- [Support me via linktr.ee](https://linktr.ee/airscript)
2237

23-
## 💳 License
38+
*As of my personal preference, I'do go with GitHub Sponsors.*
39+
40+
## License
2441
This repository is licensed under [GPL-3.0 License](https://github.com/Airscripts/emdees/blob/main/LICENSE).

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Supported Versions
44
| Version | Supported |
55
| ------- | ------------------ |
6-
| 1.x.x | :white_check_mark: |
6+
| 1.1.x | :white_check_mark: |
77

8-
## Reporting a Vulnerability
9-
To report a vulnerability, open an [issue](https://github.com/Airscripts/x/issues/new/choose).
8+
## Reporting Vulnerability
9+
To report a vulnerability, open an [issue](https://github.com/Airscripts/emdees/issues/new/choose).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)