Skip to content

Commit 640dae4

Browse files
chore: daily cleanup
0 parents  commit 640dae4

File tree

14,555 files changed

+3367745
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

14,555 files changed

+3367745
-0
lines changed

.all-contributorsrc

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"projectName": "csf-firewall",
3+
"projectOwner": "Aetherinox",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 40,
8+
"commit": true,
9+
"commitConvention": "angular",
10+
"contributors": [
11+
{
12+
"login": "Aetherinox",
13+
"name": "Aetherinox",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/118329232?v=4",
15+
"profile": "https://gitlab.com/Aetherinox",
16+
"contributions": ["code", "projectManagement"]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"linkToUsage": false
21+
}
22+

.github/FUNDING.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
custom: ["https://buymeacoffee.com/aetherinox"]
2+
github: # [repo-name, aetherinox]
3+
patreon: # Replace with a single Patreon username
4+
open_collective: # name
5+
ko_fi: # Replace with a single Ko-fi username
6+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
7+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
8+
liberapay: # Replace with a single Liberapay username
9+
issuehunt: # Replace with a single IssueHunt username
10+
otechie: # Replace with a single Otechie username

.github/PULL_REQUEST_TEMPLATE.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!--
2+
3+
Pull Request
4+
5+
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed.
6+
7+
This text will remain hidden when you submit your pull request.
8+
9+
For your pull request title, use the format:
10+
[BUG]: Brief title of the bug being fixed
11+
[FEATURE]: Brief title of the feature being added
12+
[DOCS]: Brief title of the feature being added
13+
14+
Failure to follow the above title format will result in your PR being ignored.
15+
16+
-->
17+
18+
# Pull Request
19+
<small>Select which topic best describes your contribution:</small>
20+
21+
- [ ] Feature
22+
- [ ] Bug
23+
- [ ] Documentation / Wiki
24+
25+
---
26+
27+
<!---------------------------------------------------------------------->
28+
<br />
29+
<!---------------------------------------------------------------------->
30+
31+
32+
### Description
33+
<small>Explain here what your pull request includes and what you've done</small>
34+
35+
36+
<!---------------------------------------------------------------------->
37+
<br />
38+
39+
---
40+
41+
<br />
42+
<!---------------------------------------------------------------------->
43+
44+
### Before You Submit
45+
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
46+
47+
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/opengist-debian/blob/main/CONTRIBUTING.md)
48+
- [ ] I give expressed consent for my work to be used in this repo
49+
- [ ] I have tested my work and it functions as intended
50+
- [ ] I have included documentation if the change requires such

0 commit comments

Comments
 (0)