mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
Remove topics for now
They should get added back in https://github.com/probot/probot.github.io/pull/18
This commit is contained in:
@@ -34,7 +34,7 @@ Work in Progress pull request are also welcome to get feedback early on, or if t
|
||||
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
|
||||
- [GitHub Help](https://help.github.com)
|
||||
|
||||
## Adding your app
|
||||
## Adding your app
|
||||
|
||||
You can add your plugin by adding it as `_apps/your-plugin-name.md`
|
||||
|
||||
@@ -49,13 +49,6 @@ screenshots:
|
||||
- https://somewebsite.com/your-screenshot.png
|
||||
author: your-github-handle
|
||||
repository: where your code is located (ie behaviorbot/welcome)
|
||||
# Choose one or more of the below listed topics that you think describes what your app does
|
||||
topics:
|
||||
- administration
|
||||
- code-review
|
||||
- community-management
|
||||
- licensing
|
||||
- project-management
|
||||
|
||||
# All other stats fields you see on the website, will be grabbed as real data, such as organizations, installations, and stars.
|
||||
---
|
||||
@@ -74,7 +67,7 @@ When considering hosting new plugins here's what we look for, the app:
|
||||
- Does something not already done by an existing probot plugin
|
||||
- Has minimal tests
|
||||
- Has minimal documentation
|
||||
- Is open source
|
||||
- Is open source
|
||||
- Has a license
|
||||
- Has a code of conduct
|
||||
- Has someone willing to at least minimally maintain them for the near future
|
||||
- Has someone willing to at least minimally maintain them for the near future
|
||||
|
||||
@@ -7,8 +7,6 @@ screenshots:
|
||||
stars: 20
|
||||
author: bkeepers
|
||||
repository: probot/dco
|
||||
topics:
|
||||
- licensing
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@ screenshots:
|
||||
stars: 2
|
||||
author: hiimbex
|
||||
repository: behaviorbot/request-info
|
||||
topics:
|
||||
- open source
|
||||
- request-more-info
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@ screenshots:
|
||||
stars: 5
|
||||
author: hiimbex
|
||||
repository: behaviorbot/sentiment-bot
|
||||
topics:
|
||||
- community-management
|
||||
- administration
|
||||
---
|
||||
|
||||
Replies to toxic comments with a maintainer designated reply and a link to the repo's code of conduct. It does so by taking data from a `.github/config.yml`.
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
title: Settings
|
||||
description: Pull Requests for repository settings
|
||||
slug: settings
|
||||
topics:
|
||||
- administration
|
||||
stars: 124
|
||||
author: bkeepers
|
||||
repository: probot/settings
|
||||
|
||||
@@ -5,8 +5,6 @@ slug: stale
|
||||
screenshots:
|
||||
- https://user-images.githubusercontent.com/173/27765695-4c016050-5e7e-11e7-9016-c2f6d8c27da4.png
|
||||
- https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png
|
||||
topics:
|
||||
- project-management
|
||||
author: bkeepers
|
||||
stars: 128
|
||||
repository: probot/stale
|
||||
|
||||
@@ -7,9 +7,6 @@ screenshots:
|
||||
stars: 1
|
||||
author: hiimbex
|
||||
repository: behaviorbot/update-docs
|
||||
topics:
|
||||
- open source
|
||||
- documentation
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -9,9 +9,6 @@ screenshots:
|
||||
stars: 5
|
||||
author: hiimbex
|
||||
repository: behaviorbot/welcome
|
||||
topics:
|
||||
- open source
|
||||
- welcome
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -46,13 +46,6 @@ layout: default
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column col-3">
|
||||
<h4 class="mb-1 alt-h4 text-gray">Topics</h4>
|
||||
<div class="mb-3">
|
||||
{% for topic in page.topics %}
|
||||
<a class="text-white" class="text-inherit" href="#">#{{ topic }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<h4 class="mb-1 alt-h4 text-gray">Updated</h4>
|
||||
<p><span class="text-white">June 12, 2017</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user