Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1d7d17

Browse files
committed
feat: add base scaffolding files
1 parent5522f5b commitb1d7d17

File tree

10 files changed

+253
-15
lines changed

10 files changed

+253
-15
lines changed

‎.github/FUNDING.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github:[airscripts]
2+
ko_fi:airscript

‎.github/ISSUE_TEMPLATE/bug.md‎

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name:Bug
3+
about:Create a report to help us improve
4+
title:''
5+
labels:bug
6+
assignees:airscripts
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Desktop (please complete the following information):**
26+
- OS:[e.g. iOS]
27+
- Browser[e.g. chrome, safari]
28+
- Version[e.g. 22]
29+
30+
**Smartphone (please complete the following information):**
31+
- Device:[e.g. iPhone6]
32+
- OS:[e.g. iOS8.1]
33+
- Browser[e.g. stock browser, safari]
34+
- Version[e.g. 22]
35+
36+
**Additional context**
37+
Add any other context about the problem here.

‎.github/ISSUE_TEMPLATE/feature.md‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name:Feature
3+
about:Suggest an idea for this project
4+
title:''
5+
labels:feature
6+
assignees:airscripts
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when[...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Pull Request
2+
Compile all the information written below to send a legitimate pull request to the repository!
3+
4+
##Label:
5+
6+
###This PR is labeled as:
7+
*Choose only one and remember to select the label even on the right.*
8+
9+
-[ ] Feature
10+
-[ ] Bug
11+
-[ ] Other
12+
13+
##Linked Issue
14+
15+
###This PR has the following linked issues:
16+
- Closes #;
17+
- ...
18+
19+
##Solution
20+
21+
###My solution is explained as follows:
22+
Write your solution here...

‎CHANGELOG.md‎

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

‎CODE_OF_CONDUCT.md‎

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
#Contributor Covenant Code of Conduct
2+
3+
##Our Pledge
4+
We as members, contributors, and leaders pledge to make participation in our
5+
community a harassment-free experience for everyone, regardless of age, body
6+
size, visible or invisible disability, ethnicity, sex characteristics, gender
7+
identity and expression, level of experience, education, socio-economic status,
8+
nationality, personal appearance, race, caste, color, religion, or sexual identity
9+
and orientation.
10+
11+
We pledge to act and interact in ways that contribute to an open, welcoming,
12+
diverse, inclusive, and healthy community.
13+
14+
##Our Standards
15+
Examples of behavior that contributes to a positive environment for our
16+
community include:
17+
18+
* Demonstrating empathy and kindness toward other people
19+
* Being respectful of differing opinions, viewpoints, and experiences
20+
* Giving and gracefully accepting constructive feedback
21+
* Accepting responsibility and apologizing to those affected by our mistakes,
22+
and learning from the experience
23+
* Focusing on what is best not just for us as individuals, but for the
24+
overall community
25+
26+
Examples of unacceptable behavior include:
27+
28+
* The use of sexualized language or imagery, and sexual attention or
29+
advances of any kind
30+
* Trolling, insulting or derogatory comments, and personal or political attacks
31+
* Public or private harassment
32+
* Publishing others' private information, such as a physical or email
33+
address, without their explicit permission
34+
* Other conduct which could reasonably be considered inappropriate in a
35+
professional setting
36+
37+
##Enforcement Responsibilities
38+
Community leaders are responsible for clarifying and enforcing our standards of
39+
acceptable behavior and will take appropriate and fair corrective action in
40+
response to any behavior that they deem inappropriate, threatening, offensive,
41+
or harmful.
42+
43+
Community leaders have the right and responsibility to remove, edit, or reject
44+
comments, commits, code, wiki edits, issues, and other contributions that are
45+
not aligned to this Code of Conduct, and will communicate reasons for moderation
46+
decisions when appropriate.
47+
48+
##Scope
49+
This Code of Conduct applies within all community spaces, and also applies when
50+
an individual is officially representing the community in public spaces.
51+
Examples of representing our community include using an official e-mail address,
52+
posting via an official social media account, or acting as an appointed
53+
representative at an online or offline event.
54+
55+
##Enforcement
56+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
57+
reported to the community leaders responsible for enforcement at
58+
<support@airscript.it>.
59+
All complaints will be reviewed and investigated promptly and fairly.
60+
61+
All community leaders are obligated to respect the privacy and security of the
62+
reporter of any incident.
63+
64+
##Enforcement Guidelines
65+
Community leaders will follow these Community Impact Guidelines in determining
66+
the consequences for any action they deem in violation of this Code of Conduct:
67+
68+
###1. Correction
69+
**Community Impact**: Use of inappropriate language or other behavior deemed
70+
unprofessional or unwelcome in the community.
71+
72+
**Consequence**: A private, written warning from community leaders, providing
73+
clarity around the nature of the violation and an explanation of why the
74+
behavior was inappropriate. A public apology may be requested.
75+
76+
###2. Warning
77+
**Community Impact**: A violation through a single incident or series
78+
of actions.
79+
80+
**Consequence**: A warning with consequences for continued behavior. No
81+
interaction with the people involved, including unsolicited interaction with
82+
those enforcing the Code of Conduct, for a specified period of time. This
83+
includes avoiding interactions in community spaces as well as external channels
84+
like social media. Violating these terms may lead to a temporary or
85+
permanent ban.
86+
87+
###3. Temporary Ban
88+
**Community Impact**: A serious violation of community standards, including
89+
sustained inappropriate behavior.
90+
91+
**Consequence**: A temporary ban from any sort of interaction or public
92+
communication with the community for a specified period of time. No public or
93+
private interaction with the people involved, including unsolicited interaction
94+
with those enforcing the Code of Conduct, is allowed during this period.
95+
Violating these terms may lead to a permanent ban.
96+
97+
###4. Permanent Ban
98+
**Community Impact**: Demonstrating a pattern of violation of community
99+
standards, including sustained inappropriate behavior, harassment of an
100+
individual, or aggression toward or disparagement of classes of individuals.
101+
102+
**Consequence**: A permanent ban from any sort of public interaction within
103+
the community.
104+
105+
##Attribution
106+
This Code of Conduct is adapted from the[Contributor Covenant][homepage],
107+
version 2.0, available at
108+
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].
109+
110+
Community Impact Guidelines were inspired by
111+
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
112+
113+
For answers to common questions about this code of conduct, see the FAQ at
114+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
115+
at[https://www.contributor-covenant.org/translations][translations].
116+
117+
[homepage]:https://www.contributor-covenant.org
118+
[v2.0]:https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
119+
[Mozilla CoC]:https://github.com/mozilla/diversity
120+
[FAQ]:https://www.contributor-covenant.org/faq
121+
[translations]:https://www.contributor-covenant.org/translations

‎CONTRIBUTING.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Contributing
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/airscripts.github.io/blob/main/CODE_OF_CONDUCT.md).

‎README.md‎

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,42 @@
1-
#🪶airscripts.github.io
2-
This repository contains source code and content of my learning experiments hosted on[github.airscript.it](https://github.airscript.it).
1+
#airscripts.github.io
2+
Setup for@airscripts GitHub page.
33

4-
##📦 Install
5-
1. Clone this repository:
4+
##Contents
5+
-[Installation](#installation)
6+
-[Usage](#usage)
7+
-[Resources](#resources)
8+
-[Contributing](#contributing)
9+
-[Support](#support)
10+
-[License](#license)
11+
12+
##Installation
13+
Follow the steps below to make use of airscripts.github.io.
14+
15+
Clone this repository:
616
```bash
7-
git clone https://github.com/Airscripts/airscripts.github.io.git
17+
git clone https://github.com/airscripts/airscripts.github.io.git
818
```
919

10-
##🤝 Contribute
11-
Contributions and suggestions about how to improve the blog are welcome!
20+
##Usage
21+
404
22+
23+
##Resources
24+
404
25+
26+
##Contributing
27+
Contributions and suggestions about how to improve this project are welcome!
28+
Please follow[our contribution guidelines](https://github.com/airscripts/airscripts.github.io/blob/main/CONTRIBUTING.md).
29+
30+
##Support
31+
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
32+
Choose what you find more suitable for you:
1233

13-
##💚 Support
14-
If you want to support my work you can do it with the links below.
15-
Choose what you find more suitable for you:
16-
-[Support me on GitHub](https://github.com/sponsors/Airscripts)
17-
-[Support me via ko-fi](https://ko-fi.com/airscript)
18-
-[Support me via linktr.ee](https://linktr.ee/airscript)
34+
<ahref="https://sponsor.airscript.it"target="blank">
35+
<imgsrc="https://raw.githubusercontent.com/airscripts/assets/main/images/github-sponsors.svg"alt="GitHub Sponsors"width="30px" />
36+
</a>&nbsp;
37+
<ahref="https://kofi.airscript.it"target="blank">
38+
<imgsrc="https://raw.githubusercontent.com/airscripts/assets/main/images/kofi.svg"alt="Kofi"width="30px" />
39+
</a>
1940

20-
##💳License
21-
This repository is licensed under[GPL-3.0 License](https://github.com/Airscripts/airscripts.github.io/blob/main/LICENSE).
41+
##License
42+
This repository is licensed under[GPL-3.0 License](https://github.com/airscripts/airscripts.github.io/blob/main/LICENSE).

‎SECURITY.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Security Policy
2+
3+
##Supported Versions
4+
| Version| Supported|
5+
| -------| ------------------|
6+
| 0.1.x|:white_check_mark:|
7+
8+
##Reporting Vulnerability
9+
To report a vulnerability, open an[issue](https://github.com/airscripts/airscripts.github.io/issues/new/choose).

‎VERSION‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp