Skip to content

Commit beb08bf

Browse files
authored
Merge branch 'master' into patch-1
2 parents f41b384 + 2d70475 commit beb08bf

File tree

5 files changed

+1035
-890
lines changed

5 files changed

+1035
-890
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What is this Python project?
2+
3+
Describe features.
4+
5+
## What's the difference between this Python project and similar ones?
6+
7+
Enumerate comparisons.
8+
9+
--
10+
11+
Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**.

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: ruby
2+
3+
rvm:
4+
- 2.2
5+
6+
before_script:
7+
- gem install awesome_bot
8+
9+
script:
10+
- awesome_bot README.md --allow-dupe --white-list pyparsing,graphviz.org

CONTRIBUTING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Your contributions are always welcome!
44

55
## Guidelines
66

7-
* Add section if needed.
8-
* Add section description.
9-
* Add section title to Table of contents.
7+
* Add one link per Pull Request.
8+
* Add the link: `* [project-name](http://example.com/) - A short description ends with a period.`
9+
* Keep descriptions concise.
10+
* Add a section if needed.
11+
* Add the section description.
12+
* Add the section title to Table of Contents.
1013
* Search previous suggestions before making a new one, as yours may be a duplicate.
11-
* Add your links: `* [project-name](http://example.com/) - A short description ends with a dot.`
1214
* Don't mention `Python` in the description as it's implied.
1315
* Check your spelling and grammar.
14-
* Make sure your text editor is set to remove trailing whitespace.
15-
* Send a Pull Request.
16+
* Remove any trailing whitespace.
17+
* Send a Pull Request with the reason why the library is awesome.

0 commit comments

Comments
 (0)