Skip to content
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
10 changes: 5 additions & 5 deletions .github/README_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Total Shows count: {show_count}

## The Lists

- [anifiller.json](https://github.com/itss0n1c/anifiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes.
- [anifiller.min.json](https://github.com/itss0n1c/anifiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications.
- [anifiller.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes.
- [anifiller.min.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications.

## Shows

Expand Down Expand Up @@ -41,18 +41,18 @@ interface Show {

## Contributing

Contribution is welcome! Either by [Opening an Issue](https://github.com/itss0n1c/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/itss0n1c/AniFiller/pulls).
Contribution is welcome! Either by [Opening an Issue](https://github.com/AniMapTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniMapTeam/AniFiller/pulls).

Opening an issue is the best way to suggest a new show or report an error in the data. If you have a specific change in mind.

However, if you have already made the change and want to submit it directly, you can:

1. [Fork the repository](https://github.com/itss0n1c/AniFiller/fork)
1. [Fork the repository](https://github.com/AniMapTeam/AniFiller/fork)
2. Create a new branch (`git checkout -b new_branch`)
3. Create or edit within the [`data`](./data) directory
4. Commit your changes (`git commit -am 'commit message here'`)
5. Push to the branch (`git push origin new_branch`)
6. [Open a Pull Request](https://github.com/itss0n1c/AniFiller/compare)
6. [Open a Pull Request](https://github.com/AniMapTeam/AniFiller/compare)

For most contributions, you should only need to edit files in the [`data`](./data) directory.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Total Shows count: 182

## The Lists

- [anifiller.json](https://github.com/itss0n1c/anifiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes.
- [anifiller.min.json](https://github.com/itss0n1c/anifiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications.
- [anifiller.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes.
- [anifiller.min.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications.

## Shows

Expand Down Expand Up @@ -224,18 +224,18 @@ interface Show {

## Contributing

Contribution is welcome! Either by [Opening an Issue](https://github.com/itss0n1c/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/itss0n1c/AniFiller/pulls).
Contribution is welcome! Either by [Opening an Issue](https://github.com/AniMapTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniMapTeam/AniFiller/pulls).

Opening an issue is the best way to suggest a new show or report an error in the data. If you have a specific change in mind.

However, if you have already made the change and want to submit it directly, you can:

1. [Fork the repository](https://github.com/itss0n1c/AniFiller/fork)
1. [Fork the repository](https://github.com/AniMapTeam/AniFiller/fork)
2. Create a new branch (`git checkout -b new_branch`)
3. Create or edit within the [`data`](./data) directory
4. Commit your changes (`git commit -am 'commit message here'`)
5. Push to the branch (`git push origin new_branch`)
6. [Open a Pull Request](https://github.com/itss0n1c/AniFiller/compare)
6. [Open a Pull Request](https://github.com/AniMapTeam/AniFiller/compare)

For most contributions, you should only need to edit files in the [`data`](./data) directory.

Expand Down
3 changes: 0 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@types/bun": "1.3.12"
},
"dependencies": {
"aniql": "1.3.3",
"arktype": "2.2.0"
}
}
Loading