Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit d6d528f

Browse files
committed
The first commit
0 parents  commit d6d528f

6 files changed

Lines changed: 141 additions & 0 deletions

File tree

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
matrix:
2+
include:
3+
- language: ruby
4+
name: Link Checking (rvm 2.6)
5+
rvm: 2.6
6+
env:
7+
- WHITELIST="https://img.shields.io"
8+
- EXCLUDE_FILES="CHANGELOG.md"
9+
before_install:
10+
- mkdir travis
11+
- git clone https://github.com/TravisToolbox/awesomebot-travis.git travis/awesomebot
12+
install:
13+
- "./travis/awesomebot/install.sh"
14+
script:
15+
- "./travis/awesomebot/scan.sh"
16+
notifications:
17+
email: false
18+
slack:
19+
secure: lbF7zk7oJktNHitrXb/VztFZSMF6jrLia7iatM+pb4YqtvDmBTbwEOqUZdwWIk0QHaR3MnSeinGugSwwjKL5tmkAPa3sa3GbYCPtIgqA5uXOssLVWjx3YIMNBEhKSSJV2u+m5cOhj8eFD8a/uNcMYQTokWtd1F90E+1pDs8guep2XL8g3kvvwXtwSh/KY60QnLdDYTBaXfStuVdB9Xd16IdcEliUrtFSfwoL8V/h+soyf+2vk3B1J5ILX/GzHwpQUu7b/+hSHqP/syQAWWE1PDVhpZOUoD1iACmhZaPCw345DLKaQT3T6Nig+QcqIAhfvnUoZgPA3o4DKPk6U72DcffjzheokjU2HrcTOJ7NbsysiJZBDG7YmPeMYRXoiAS052R5SmYQnYduK7RaEpwByF5lyWeVB1WRnHzmmFpGZaGHd24igxcz3XmRdsqUButHm6EdobANxQ6tQPVJ6f1qBGaENQLJ9BY4wNbbU4DdGgnp3gVRBEVuzJEyC8dbqHFA9COi9ekxlPhuaje78kPMCSzn1chguHULlhQeCoLC4x3ZDzrYwkR7jTftzD8lLiyLuMT5IK+n71npwxDr5f0RfwHnj1LCarNxHcSx2Ke+iVmql4LgPqRsiRVjZot8+K1o0b0JlOPu9v8ApLn5YeBfs6RyeQo/Adnkc+rvuQkd4ok=

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
This changelog was automatically generated using [Caretaker](https://github.com/WolfSoftware/contributing) by [Wolf Software](https://github.com/WolfSoftware)
7+
8+
### [v1.0.0](https://github.com/WolfSoftware/contributing/releases/v1.0.0)
9+
10+
> Released on October, 27th 2020
11+
12+
- The first commit [`[head]`](https://github.com/WolfSoftware/contributing/commit/)
13+

LICENSE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright © `2009-2020` `Wolf Software Limited`
5+
6+
Permission is hereby granted, free of charge, to any person
7+
obtaining a copy of this software and associated documentation
8+
files (the “Software”), to deal in the Software without
9+
restriction, including without limitation the rights to use,
10+
copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the
12+
Software is furnished to do so, subject to the following
13+
conditions:
14+
15+
The above copyright notice and this permission notice shall be
16+
included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25+
OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<h1 align="center">
2+
<br>
3+
<a href="https://github.com/WolfSoftware">
4+
<img src="https://github.com/WolfSoftware/branding/blob/master/images/general/banners/64/black-and-white.png?raw=true" alt="Wolf Software Banner" />
5+
</a>
6+
<br>
7+
Contributing
8+
<br>
9+
</h1>
10+
11+
<h4 align="center">How to contribute to a Wolf Software owned project.</h4>
12+
13+
<p align="center">
14+
<a href="https://travis-ci.com/WolfSoftware/contributing">
15+
<img src="https://img.shields.io/travis/com/WolfSoftware/contributing/master?style=for-the-badge&logo=travis" alt="Build Status">
16+
</a>
17+
<a href="https://github.com/WolfSoftware/contributing/releases/latest">
18+
<img src="https://img.shields.io/github/release/WolfSoftware/contributing?color=blue&style=for-the-badge&logo=github&label=Latest%20Release" alt="Release">
19+
</a>
20+
<a href="LICENSE.md">
21+
<img src="https://img.shields.io/badge/license-MIT-blue?style=for-the-badge" alt="Software License">
22+
</a>
23+
</p>
24+
25+
<h2>Overview</h2>
26+
27+
If you discover issues, have ideas for improvements or new features, please report them to the issue tracker of the repository or submit a pull request for the specific project.
28+
29+
Please, try to follow these guidelines when you do so.
30+
31+
<h3>Issue reporting</h3>
32+
33+
* Check that the issue has not already been reported, if it has and you can provide additional information please feel free to do so.
34+
* Check that the issue has not already been fixed in the latest code.
35+
* Be clear, concise and precise in your description of the problem.
36+
* Open an issue with a descriptive title and complete all of the questions in grammatically correct, complete sentences. Add an additional information you think is relevant.
37+
* Specify which version you are running as this will help us when we attempt to replicate the issue.
38+
* Include any relevant code to the issue summary.
39+
40+
<h3>Feature requests</h3>
41+
42+
If you have an idea for a new feature or improvement that you would like to see, but you can't (or don't want to) make the change yourself to the code, then you can also log this by using the issue tracker.
43+
44+
<h3>Pull requests</h3>
45+
46+
* Read [how to properly contribute to open source projects on GitHub][1].
47+
* Fork the project.
48+
* Use a topic/feature branch to easily amend a pull request later, if necessary.
49+
* Write [good commit messages][2].
50+
* Use the same coding and documentation conventions as the rest of the project. If not your pull request might well be rejected.
51+
* Commit and push until you are happy with your contribution.
52+
* Make sure to add tests for it. This is important so we don't break it in a future version unintentionally.
53+
* Make sure that the code passes any existing tests cleanly.
54+
* [Squash related commits together][3].
55+
* Open a [pull request][4] that relates to *only* one subject with a clear title and description in grammatically correct, complete sentences.
56+
57+
*NOTE:* We reserve the right to reject any pull requests that do not meet this requirements. We will however feedback on why pull requests were rejected.
58+
59+
<h3>Changelogs</h3>
60+
61+
We use [caretaker](https://github.com/DevelopersToolbox/caretaker) to auto-generate all of our changelogs, so there is no need to update the CHANGELOG, in fact any changes will be automatically overwritten.
62+
63+
[1]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
64+
[2]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
65+
[3]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
66+
[4]: https://help.github.com/articles/about-pull-requests/

VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 60
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: wontfix
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: true

0 commit comments

Comments
 (0)