Skip to content

Commit fe83bf4

Browse files
committed
README and infrastructure changed, small fixes
1 parent 39754fc commit fe83bf4

38 files changed

+523
-108
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
* text=auto
3+
4+
## Enforce text mode and CRLF line breaks
5+
*.editorconfig text eol=crlf
6+
*.gitattributes text eol=crlf
7+
*.gitignore text eol=crlf
8+
*.htm text eol=crlf
9+
*.html text eol=crlf
10+
*.json text eol=crlf
11+
*.log text eol=crlf
12+
*.md text eol=crlf
13+
*.txt text eol=crlf
14+
*.yaml text eol=crlf
15+
*.yml text eol=crlf
16+
CODEOWNERS text eol=crlf
17+
LICENSE text eol=crlf

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
#* @Gesugao-san

.github/CODE_OF_CONDUCT.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
# Contributor Covenant Code of Conduct
3+
4+
## Our Pledge
5+
6+
In the interest of fostering an open and welcoming environment, we as
7+
contributors and maintainers pledge to making participation in our project and
8+
our community a harassment-free experience for everyone, regardless of age, body
9+
size, disability, ethnicity, sex characteristics, gender identity and expression,
10+
level of experience, education, socio-economic status, nationality, personal
11+
appearance, race, religion, or sexual identity and orientation.
12+
13+
## Our Standards
14+
15+
Examples of behavior that contributes to creating a positive environment
16+
include:
17+
18+
* Using welcoming and inclusive language
19+
* Being respectful of differing viewpoints and experiences
20+
* Gracefully accepting constructive criticism
21+
* Focusing on what is best for the community
22+
* Showing empathy towards other community members
23+
24+
Examples of unacceptable behavior by participants include:
25+
26+
* The use of sexualized language or imagery and unwelcome sexual attention or
27+
advances
28+
* Trolling, insulting/derogatory comments, and personal or political attacks
29+
* Public or private harassment
30+
* Publishing others' private information, such as a physical or electronic
31+
address, without explicit permission
32+
* Other conduct which could reasonably be considered inappropriate in a
33+
professional setting
34+
35+
## Our Responsibilities
36+
37+
Project maintainers are responsible for clarifying the standards of acceptable
38+
behavior and are expected to take appropriate and fair corrective action in
39+
response to any instances of unacceptable behavior.
40+
41+
Project maintainers have the right and responsibility to remove, edit, or
42+
reject comments, commits, code, wiki edits, issues, and other contributions
43+
that are not aligned to this Code of Conduct, or to ban temporarily or
44+
permanently any contributor for other behaviors that they deem inappropriate,
45+
threatening, offensive, or harmful.
46+
47+
## Scope
48+
49+
This Code of Conduct applies both within project spaces and in public spaces
50+
when an individual is representing the project or its community. Examples of
51+
representing a project or community include using an official project e-mail
52+
address, posting via an official social media account, or acting as an appointed
53+
representative at an online or offline event. Representation of a project may be
54+
further defined and clarified by project maintainers.
55+
56+
## Enforcement
57+
58+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
59+
reported by contacting the project team at byond.libraries@gmail.com. All
60+
complaints will be reviewed and investigated and will result in a response that
61+
is deemed necessary and appropriate to the circumstances. The project team is
62+
obligated to maintain confidentiality with regard to the reporter of an incident.
63+
Further details of specific enforcement policies may be posted separately.
64+
65+
Project maintainers who do not follow or enforce the Code of Conduct in good
66+
faith may face temporary or permanent repercussions as determined by other
67+
members of the project's leadership.
68+
69+
## Attribution
70+
71+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
72+
available at http://www.contributor-covenant.org/version/1/4/code-of-conduct.html
73+
74+
For answers to common questions about this code of conduct, see
75+
http://www.contributor-covenant.org/faq
76+
77+
---
78+
79+
[homepage]: http://www.contributor-covenant.org

.github/CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# CONTRIBUTING
3+
4+
[Back]
5+
6+
> Guide to contributing to [Expectatives/Discord.js-v13-Example](http://github.com/Expectatives/Discord.js-v13-Example) repo.
7+
8+
### Table of content
9+
- [CONTRIBUTING](#contributing)
10+
- [Table of content](#table-of-content)
11+
- [Pull Request Process](#pull-request-process)
12+
- [Banned content](#banned-content)
13+
14+
## Pull Request Process
15+
16+
There is no strict process when it comes to merging pull requests. Pull requests will sometimes take a while before they are looked at by a maintainer; the bigger the change, the more time it will take before they are accepted.
17+
18+
Please feel free to:
19+
* fix mistakes through a [Pull Requests (PR is short)].
20+
21+
## Banned content
22+
23+
Do not add any of the following in a Pull Request or risk getting the PR closed:
24+
25+
* Code which violates GitHub's [Terms of Service (ToS is short)].
26+
27+
---
28+
29+
[Back]: ../README.md
30+
[Pull Requests (PR is short)]: http://github.com/Expectatives/Discord.js-v13-Example/pulls
31+
[Terms of Service (ToS is short)]: http://github.com/site/terms

.github/DOWNLOAD.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
# DOWNLOADING
3+
4+
[Back]
5+
6+
> Guide to download from [Expectatives/Discord.js-v13-Example] repo.
7+
8+
### Table of content
9+
- [DOWNLOADING](#downloading)
10+
- [Table of content](#table-of-content)
11+
- [Browser](#browser)
12+
- [git bash](#git-bash)
13+
14+
## Browser
15+
16+
Download the source code as a zip by clicking the ZIP button in the code tab of http://github.com/Expectatives/Discord.js-v13-Example (note: this will use a lot of bandwidth if you wish to update and is a lot of hassle if you want to make any changes at all, so it's not recommended)
17+
18+
![Browser download]
19+
20+
For more info check [official Github guide], please.
21+
22+
## git bash
23+
24+
You can use any Git client to "clone" the repository, downloading a copy to your machine. You can also use Git to "pull", which updates your copy to match recent changes.
25+
26+
```shell
27+
$ git clone http://github.com/Expectatives/Discord.js-v13-Example
28+
```
29+
30+
![Mintty download]
31+
32+
For more info check [official Github guide], please.
33+
34+
---
35+
36+
[Back]: ../README.md
37+
[Expectatives/Discord.js-v13-Example]: http://github.com/Expectatives/Discord.js-v13-Example
38+
[Browser download]: /.github/static/browser_download.png
39+
[official Github guide]: http://docs.github.com/en/github/creating-cloning-and-archiving-repositories
40+
[Mintty download]: /.github/static/mintty_download.png
41+
[official Github guide]: http://docs.github.com/en/github/creating-cloning-and-archiving-repositories
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
**Changes**
3+
A brief description of the changes.
4+
5+
1. Did X
6+
2. Tested Y
7+
3. ...

.github/TODO.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# TODO
3+
4+
[Back]
5+
6+
> ToDo list.
7+
8+
### Table of content
9+
10+
- [TODO](#todo)
11+
- [Table of content](#table-of-content)
12+
- [ToDo table](#todo-table)
13+
14+
## ToDo table
15+
16+
- [ ] ~~Example entry (not marked as done)~~;
17+
- [x] ~~Example entry (marked as done)~~.
18+
19+
---
20+
21+
[Back]: ../README.md
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)