Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 16, 2019
0 parents commit 6e92f48
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Contributing to Awesome-PciGo

:tada: First off, thanks for taking the time to contribute! :thumbsup:

Make sure you put things in the right category. There are three main categories:

- Plugin for PicGo
- Plugin for Other APPs
- Project using PicGo-Core

## :rocket:Plugin for PicGo

This category is for the plugin written for PicGo or PicGo-Core. (GUI or CLI or Both)

Make sure your plugin is open source and the following conditions are true:

- The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots.
- The project is active and maintained.
- The project accepts contributions.

## :hammer_and_wrench: Plugin for Other APPs

This category is for the picgo-plugin written for Other APPs.

Make sure your plugin is open source and the following conditions are true:

- The documentation (README) contains a description of the plugin, the configuration item or demo with examples and screenshots.
- The project is active and maintained.
- The project accepts contributions.

## :package: Project using PicGo-Core

This category is for the project using PicGo.

**If your project is not open source**, please make sure your project is **free to use** and the following conditions are true:

- The project home page or documentation (README) mentions the use of PicGo.
37 changes: 37 additions & 0 deletions CONTRIBUTING_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 贡献指南

:tada: 首先,感谢花时间来为此项目做贡献的你们! :thumbsup:

请确保把你的项目放到了正确的分类里。有如下三个分类:

- PicGo的插件
- 其他APP的插件
- 使用PicGo-Core的其他项目

## :rocket:PicGo的插件

这个分类是给那些写给PicGo的插件的。(支持GUI或者支持CLI或者二者都能支持)

确保你的插件是开源的,并且符合如下条件:

- 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。
- 你的项目是活跃的并且在维护的。
- 你的项目接受贡献。

## :hammer_and_wrench: 其他APP的插件

这个分类是那些给其他APP写PicGo的插件的。

确保你的插件是开源的,并且符合如下条件:

- 文档(README)包括插件的介绍,插件的配置或者使用示例和截图。
- 你的项目是活跃的并且在维护的。
- 你的项目接受贡献。

## :package: 使用PicGo-Core的其他项目

这个分类是那些使用了PicGo-Core的项目(但是不在上述两种分类中的)。

**如果你的项目没有开源**,请确保你的项目是 **免费使用** 的,并且符合如下条件:

- 项目主页或者文档(README)里提到了使用PicGo-Core。
21 changes: 21 additions & 0 deletions License
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Molunerfinn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Awesome-PicGo

> A collection of awesome project using [PicGo](https://github.com/PicGo/PicGo-Core).
<p align="center">
<img src="https://user-images.githubusercontent.com/12621342/33876119-85a5148e-df5f-11e7-8843-46224e595d52.png" alt="">
</p>
<p align="center">
<a href="https://github.com/feross/standard">
<img src="https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square" alt="">
</a>
<a href="https://travis-ci.org/Molunerfinn/PicGo/builds">
<img src="https://img.shields.io/travis/Molunerfinn/PicGo.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/Molunerfinn/PicGo/releases">
<img src="https://img.shields.io/github/downloads/Molunerfinn/PicGo/total.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/Molunerfinn/PicGo/releases/latest">
<img src="https://img.shields.io/github/release/Molunerfinn/PicGo.svg?style=flat-square" alt="">
</a>
</p>

------

## :rocket: Plugin for PicGo

- [picgo-plugin-github-plus](https://github.com/zWingz/picgo-plugin-github-plus): picgo uploader for github with sync function.

## :hammer_and_wrench: Plugin for Other APPs

- [vs-picgo](https://github.com/Spades-S/vs-picgo): A VSCode plugin for PicGo.

## :package: Project using PicGo-Core

------

## Contribution

Make sure your have read the [CONTRIBUTING](https://github.com/PicGo/Awesome-PicGo/blob/master/CONTRIBUTING.md), then you can open a PR!

0 comments on commit 6e92f48

Please sign in to comment.