Skip to content

Commit e83e73b

Browse files
committed
Adhere to GitHub Community Standards
Makes the project more friendly to GitHub users by providing conventional files. Those changes will improve our score under the GitHub community tab: https://github.com/Respect/Validation/community - The CHANGELOG.md file was removed. It was outdated and not being maintained. - Minimalistic .github/PULL_REQUEST_TEMPLATE.md - Minimalistic .github/SECURITY.md - Minimalistic .github/CODE_OF_CONDUCT.md - Minimalistic .github/ISSUE_TEMPLATE
1 parent d1d8980 commit e83e73b

7 files changed

Lines changed: 73 additions & 170 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
SPDX-FileCopyrightText: (c) Respect Project Contributors
3+
SPDX-License-Identifier: MIT
4+
-->
5+
6+
# Code of Conduct
7+
8+
## Our Pledge
9+
10+
We pledge to make participation in our project a harassment-free experience for everyone.
11+
12+
## Our Standards
13+
14+
- Be respectful
15+
- Be collaborative
16+
- Be inclusive
17+
18+
## Enforcement
19+
20+
Contact the maintainers if you experience or witness unacceptable behavior.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
labels: bug
5+
---
6+
7+
**Describe the bug**
8+
A clear description of the bug.
9+
10+
**To Reproduce**
11+
Steps to reproduce.
12+
13+
**Expected behavior**
14+
What should happen.
15+
16+
**Environment**
17+
- OS:
18+
- PHP Version:
19+
- Respect\Validation version:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
labels: enhancement
5+
---
6+
7+
**Is your feature request related to a problem?**
8+
Describe the problem.
9+
10+
**Describe the solution**
11+
What do you want to happen.
12+
13+
**Alternatives**
14+
Any alternatives considered.

.github/PULL_REQUEST_TEMPLATE.md

Whitespace-only changes.

.github/SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
SPDX-FileCopyrightText: (c) Respect Project Contributors
3+
SPDX-License-Identifier: MIT
4+
-->
5+
6+
# Security Policy
7+
8+
## Reporting Vulnerabilities
9+
10+
Report security issues using:
11+
12+
https://github.com/Respect/Validation/security/advisories/new
13+
14+
We will work to make them public in a timely fashion and properly credit
15+
whoever discovered it.
16+
17+
## Supported Versions
18+
19+
Only the latest version receives security updates.

CHANGELOG.md

Lines changed: 0 additions & 169 deletions
This file was deleted.

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = 1
22

33
[[annotations]]
4-
path = [ "*.yml", "*.yaml", ".git*", "*.dist", "docs/.pages", "docs/validators/.pages", "composer.json", "tests/fixtures/*", ".github/*.yml", ".github/workflows/**.yml" ]
4+
path = [ "*.yml", "*.yaml", ".git*", "*.dist", "docs/.pages", "docs/validators/.pages", "composer.json", "tests/fixtures/*", ".github/*.yml", ".github/workflows/**.yml", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
55
SPDX-FileCopyrightText = "Respect Project Contributors"
66
SPDX-License-Identifier = "MIT"

0 commit comments

Comments
 (0)