Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: some documents #6

Merged
merged 7 commits into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributions

Thank you for your interest in contributing to this project :tada: :+1:

This project is open for contributions, but before you start, please read the [code of conduct](CODE_OF_CONDUCT.md) and the [license](LICENSE).

## How to contribute

1. Fork this repository
2. Create a new branch
3. Commit your changes
4. Push to the branch
5. Create a new pull request
6. Wait for the review

## How to report a bug

1. Go to the issues tab
2. Click on the "New issue" button
3. Select the "Bug report" template
4. Fill the template
5. Click on the "Submit new issue" button
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# issue validator

## About

This is a simple issue validator github action that checks if the issue/pr title and body are valid.

## Usage

wip

## Example

wip

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

wip
3 changes: 3 additions & 0 deletions docs/example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Example

wip
3 changes: 3 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Usage

wip