Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e39835

Browse files
lukasmasuchactions-user
authored andcommitted
Initial setup for best-of list
1 parent13e390f commit2e39835

26 files changed

+23
-448
lines changed

‎.github/workflows/setup-best-of-list.yml

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

‎CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Thanks for your interest in contributing to our project. This page will give you
1616

1717
If you like to suggest or add a project, choose one of the following ways:
1818

19-
- Suggest a project by opening an issue: Please use the suggest project template from the[issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information.
20-
- Add a project by modifying the[projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the[Github UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml).
19+
- Suggest a project by opening an issue: Please use the suggest project template from the[issue page](https://github.com/ml-tooling/best-of-web-python/issues/new/choose) and fill in the requested information.
20+
- Add a project by modifying the[projects.yaml](https://github.com/ml-tooling/best-of-web-python/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the[Github UI](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml).
2121

2222
Before opening an issue or pull request, please ensure that you adhere to the following guidelines:
2323

@@ -33,14 +33,14 @@ Before opening an issue or pull request, please ensure that you adhere to the fo
3333
```
3434
- Please create an individual issue or pull request for each project.
3535
- Please use the following title format for the issue or pull request:`Add project: project-name`.
36-
-If a project doesn't fit any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose).
36+
-If a project doesn't fit any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/ml-tooling/best-of-web-python/issues/new/choose).
3737

3838
## Update a project
3939

4040
If you like to suggest or contribute a project update, choose one of the following ways:
4141

42-
-Suggest a project update by opening an issue:Please use the update project template from the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information.
43-
-Update a project by modifying the [projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml).
42+
-Suggest a project update by opening an issue:Please use the update project template from the [issue page](https://github.com/ml-tooling/best-of-web-python/issues/new/choose) and fill in the requested information.
43+
-Update a project by modifying the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml).
4444

4545
Before opening an issue or pull request, please ensure that you adhere to the following guidelines:
4646

‎README.md

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

‎config/footer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
##Related Resources
55

6-
-[**Awesome**](https://github.com/sindresorhus/awesome):Awesomelistsaboutall kinds ofinterestingtopics
6+
-[**Best-of lists**](https://best-of.org):Discover other best-oflistswith awesome open-source projects onall kinds of topics.
77

88
##Contribution
99

1010
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
1111

12-
- Open an issue by selecting one of the provided categories from the[issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information.
13-
- Modify the[projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the[Github UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml).
12+
- Open an issue by selecting one of the provided categories from the[issue page](https://github.com/ml-tooling/best-of-web-python/issues/new/choose) and fill in the requested information.
13+
- Modify the[projects.yaml](https://github.com/ml-tooling/best-of-web-python/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the[Github UI](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml).
1414

1515
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the[best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow[this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).
1616

17-
For more information on how to add or update projects, please read the[contribution guidelines](https://github.com/best-of-lists/best-of/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its[Code of Conduct](https://github.com/best-of-lists/best-of/blob/main/.github/CODE_OF_CONDUCT.md).
17+
For more information on how to add or update projects, please read the[contribution guidelines](https://github.com/ml-tooling/best-of-web-python/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its[Code of Conduct](https://github.com/ml-tooling/best-of-web-python/blob/main/.github/CODE_OF_CONDUCT.md).
1818

1919
##License
2020

‎config/header.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!-- markdownlint-disable-->
22
<h1align="center">
3-
best-of
3+
best-of-web-python
44
<br>
55
</h1>
66

77
<palign="center">
8-
<strong>🏆&nbsp;Discover best-of lists with awesomeopen-sourceprojects on all kinds of topics.</strong>
8+
<strong>🏆&nbsp;A ranked list of awesome projects. Updated weekly.</strong>
99
</p>
1010

1111
<palign="center">
1212
<a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a>
1313
<a href="#Contents" title="Project Count"><img src="https://img.shields.io/badge/projects-{project_count}-blue.svg?color=5ac4bf"></a>
1414
<a href="#Contribution" title="Contributions are welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a>
15-
<a href="https://github.com/best-of-lists/best-of/releases" title="Best-of Updates"><img src="https://img.shields.io/github/release-date/best-of-lists/best-of?color=green&label=updated"></a>
15+
<a href="https://github.com/ml-tooling/best-of-web-python/releases" title="Best-of Updates"><img src="https://img.shields.io/github/release-date/ml-tooling/best-of-web-python?color=green&label=updated"></a>
1616
<a href="https://bestoflists.substack.com/subscribe" title="Subscribe for updates"><img src="http://bit.ly/2Md9rxM"></a>
1717
<a href="https://twitter.com/best_of_lists" title="Best-of on Twitter"><img src="https://img.shields.io/twitter/follow/best_of_lists.svg?style=social&label=Follow"></a>
1818
</p>
1919

20-
This curated list contains {project_count}best-of lists with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an[issue](https://github.com/best-of-lists/best-of/issues/new/choose), submit a[pull request](https://github.com/best-of-lists/best-of/pulls), or directly edit the[projects.yaml](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). Contributions are very welcome!
20+
This curated list contains {project_count}awesome open-source projects with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an[issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a[pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the[projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome!
2121

2222
>🧙‍♂️ Create your own best-of list in just 3 minutes with[this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp