Skip to content

Commit 5b7c08a

Browse files
committed
Initial commit
0 parents  commit 5b7c08a

20 files changed

+6063
-0
lines changed

.github/.github_README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
# .github folder info
5+
6+
The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
## File info
33+
34+
**File type:** `Markdown (*.md)`
35+
36+
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):** `43`
41+
42+
***

.github/.github_README_V1.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
***
3+
4+
# .github folder info
5+
6+
The `.github` folder in this repository contains data for this repository for hosting on GitHub. This directory did not become mandatory until March 15th 2021.
7+
8+
This directory contains several features.
9+
10+
**Funding** - This funding info usually contains a `FUNDING.yml` file that links to sponsor info for this project. A folder called `/Funding` is also included, and at `/Funding/OldVersions/` contains old versions of the funding file.
11+
12+
**Issues** - This directory contains archives of issues I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
13+
14+
_I archive my own GitHub issues, and will not archive issues you raise without your permission. This includes replies, comments, and posts._
15+
16+
* A YAML file is also included that contains GitHub label data, with hexadecimal color codes, issue description, and issue titles.
17+
18+
* Sometimes, other YAML files are included for configuration of issues.
19+
20+
**Coming soon:** A separate YAML file for each issue directory that contains label data
21+
22+
**Discussions** - Similar to the issues directory, this directory contains archives of discussions I raised on this project, along with general privacy info. A brief description of the privacy policy goes as follows:
23+
24+
_I archive my own GitHub discussions, and will not archive discussions you raise without your permission. This includes replies, comments, and posts_
25+
26+
**SocialPreview** - This directory contains social media preview info for this repository for when you share or search for it. This makes a background appear above the repository in searches or messages, so that the profile picture of the user/organization is not shown in the preview. You can read more about it [here](/.github/SocialPreview/README.md).
27+
28+
That is currently it at the moment, other than the new description for this process being placed at the root of the directory (the file you are currently reading)
29+
30+
***
31+
32+
## File info
33+
34+
**File type:** `Markdown (*.md)`
35+
36+
**Original creation date:** `Thursday, March 18th 2021 at 3:18 pm)`
37+
38+
**File version:** `1 (Thursday, March 18th 2021 at 3:18 pm)`
39+
40+
**Line count (including blank lines and compiler line):** `43`
41+
42+
***

.github/Discussions/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

.github/Discussions/README_V1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

.github/FUNDING.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon: seanpm2001 # Creator page
6+
patreon: seanpm2001_software # Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective: # Replace with a single Open Collective username
10+
ko_fi: # Replace with a single Ko-fi username
11+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay: # Replace with a single Liberapay username
14+
issuehunt: # Replace with a single IssueHunt username
15+
otechie: # Replace with a single Otechie username
16+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
5+
patreon: seanpm2001 # Creator page
6+
patreon: seanpm2001_software # Main page
7+
# Replace with a single Patreon username
8+
9+
open_collective: # Replace with a single Open Collective username
10+
ko_fi: # Replace with a single Ko-fi username
11+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
12+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
13+
liberapay: # Replace with a single Liberapay username
14+
issuehunt: # Replace with a single IssueHunt username
15+
otechie: # Replace with a single Otechie username
16+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/Funding/README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***

.github/Funding/README_V1.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
***
3+
4+
# About the funding directory
5+
6+
The funding directory contains an archive of the funding file for this project. The funding file enables GitHub sponsorships. The main funding file is 1 directory below, located [here](/.github/FUNDING.yml).
7+
8+
***
9+
10+
## Sponsor info
11+
12+
![/SponsorButton.png](/SponsorButton.png)
13+
14+
You can sponsor this project if you like, but please specify what you want to donate to. [See the funds you can donate to here](https://github.com/seanpm2001/Sponsor-info/tree/main/For-sponsors)
15+
16+
You can view other sponsor info [here](https://github.com/seanpm2001/Sponsor-info/)
17+
18+
Try it out! The sponsor button is right up next to the watch/unwatch button.
19+
20+
***
21+
22+
## File info
23+
24+
**File type:** `Markdown (*.md)`
25+
26+
**Original creation date:** `Thursday, March 18th 2021 at 3:33 pm)`
27+
28+
**File version:** `1 (Thursday, March 18th 2021 at 3:33 pm)`
29+
30+
**Line count (including blank lines and compiler line):** `33`
31+
32+
***
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Default GitHub issue data file (YAML)
2+
issuelabel_1: color1: "#ffffff" title1: "wontfix" description1: "This will not be worked on"
3+
issueLabel_2: color2: "#d876e3" title2: "question" description2: "Further information is requested"
4+
issueLabel_3: color3: "#e4e669" title3: "invalid" description3: "This doesn't seem right"
5+
issueLabel_4: color4: "#008672" title4: "help wanted" description4: "Extra attention is needed"
6+
issueLabel_5: color5: "#7057ff" title5: "good first issue" description5: "Good for newcomers"
7+
issueLabel_6: color6: "#a2eeef" title6: "enhancement" description6: "New feature or request"
8+
issueLabel_7: color7: "#cfd3d7" title7: "duplicate" description7: "This issue or pull request already exists"
9+
issueLabel_8: color8: "#0075ca" title8: "documentation" description8: "Improvements or additions to documentation"
10+
issueLabel_9: color9: "#d73a4a" title9: "bug" description9: "Something isn't working"
11+
# Users can also create their own issue labels, and customize the color, title, and description
12+
# issueLabel_10: color10: "#000000" title10: "void" description10: "not yet created"
13+
# No known limit on # of issue labels
14+
# End of file

.github/Issues/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

.github/Issues/README_V1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
***
3+
4+
# Privacy policy
5+
6+
I archive my own GitHub discussions and issues. By default, I respect users privacy, and will not have your issue or discussion archived. You have to specifically ask for it to be archived if you want it to be.
7+
8+
***

.github/SocialPreview/README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
***
3+
4+
# About the social preview directory
5+
6+
The social preview directory contains data related to social media previews of repositories. On GitHub projects, this data is located at `<branchNameHere>/.github/SocialPreview/`
7+
8+
GitHub has a 1.00 megabyte (1,000,000 bytes or 1,048,576 bytes, I am not sure if GitHub uses base 2 or base 10 binary prefix numbering) image upload limit. Images I wanted to use but couldn't are located in `<branchNameHere>/.github/SocialPreview/UnusedAssets/`
9+
10+
These images currently only show when searching for repositories or searching through label. They don't show up anywhere else (as of March 18th 2021) with these preview templates, sharing a link to this repository will show the preview image, rather than my GitHub profile picture or organization profile picture.
11+
12+
The standard template is also included, but isn't used.
13+
14+
These previews started getting added to repositories on March 17th 2021 during a new repository update period, which included new features to add to all new repositories.
15+
16+
Included files are in PNG, JPG/JPEG, or SVG format.
17+
18+
***
19+
20+
## File info
21+
22+
**File type:** `Markdown (*.md)`
23+
24+
**Original creation date:** `Thursday, March 18th 2021 at 3:07 pm)`
25+
26+
**File version:** `1 (Thursday, March 18th 2021 at 3:07 pm)`
27+
28+
**Line count (including blank lines and compiler line):** `31`
29+
30+
***

.github/SocialPreview/README_V1.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
***
3+
4+
# About the social preview directory
5+
6+
The social preview directory contains data related to social media previews of repositories. On GitHub projects, this data is located at `<branchNameHere>/.github/SocialPreview/`
7+
8+
GitHub has a 1.00 megabyte (1,000,000 bytes or 1,048,576 bytes, I am not sure if GitHub uses base 2 or base 10 binary prefix numbering) image upload limit. Images I wanted to use but couldn't are located in `<branchNameHere>/.github/SocialPreview/UnusedAssets/`
9+
10+
These images currently only show when searching for repositories or searching through label. They don't show up anywhere else (as of March 18th 2021) with these preview templates, sharing a link to this repository will show the preview image, rather than my GitHub profile picture or organization profile picture.
11+
12+
The standard template is also included, but isn't used.
13+
14+
These previews started getting added to repositories on March 17th 2021 during a new repository update period, which included new features to add to all new repositories.
15+
16+
Included files are in PNG, JPG/JPEG, or SVG format.
17+
18+
***
19+
20+
## File info
21+
22+
**File type:** `Markdown (*.md)`
23+
24+
**Original creation date:** `Thursday, March 18th 2021 at 3:07 pm)`
25+
26+
**File version:** `1 (Thursday, March 18th 2021 at 3:07 pm)`
27+
28+
**Line count (including blank lines and compiler line):** `31`
29+
30+
***
Loading

0 commit comments

Comments
 (0)