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

added CONTRIBUTING.md #5

Merged
merged 1 commit into from
Jun 26, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm install -g markdownlint-cli prettier

- name: Format README markdown file
run: prettier --write README.md
run: prettier --write **/*.md

- name: Lint README markdown file
run: markdownlint README.md
run: markdownlint **/*.md
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ The list is updated regularly, and we welcome contributions to the list.

## Adding a new 'aba'

To add a new 'aba' to the list, you can either open a pull request or create an issue with the following information:

```markdown
| Name | Author | Topics separated by commas | [Link](https://example.com) |
```
See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information on how to contribute.

## Abas

Expand Down
Loading