Skip to content

Commit

Permalink
Merge pull request #6 from Okabe-Junya/junya/docs/init
Browse files Browse the repository at this point in the history
docs: some documents
  • Loading branch information
Okabe-Junya authored Sep 24, 2023
2 parents d44a723 + f9342f9 commit ee279b5
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
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

0 comments on commit ee279b5

Please sign in to comment.