This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nyah Check
committed
Jul 31, 2017
1 parent
bf4e95b
commit 63d58e0
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Contributing to YTD | ||
|
||
Welcome to the YTD Dev team, we've been expecting you. YTD is an open source project and we greatly appreciate your help! | ||
|
||
|
||
## Filing Bugs | ||
|
||
Please follow these guidelines when filing bugs to the project. | ||
|
||
* Indicate the version Go | ||
* OS Architecture and other OS information | ||
* Procedure to reproduce the bug | ||
* Expected out and current output | ||
|
||
For general questions catch me on the [Gophers Slack, #africa channel](https://invite.slack.golangbridge.org/) or on [twitter](https://twitter.com/nyah_check). For sensitive security-related issues should be reported to me directly[checko(mailto:check.nyah@gmail.com). | ||
|
||
|
||
## New Features and General code contribution | ||
|
||
Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html). We try as much as possible to respect the rules in there. | ||
|
||
** GitHub Pull Requests are highly welcomed** | ||
|
||
Please follow these basic rules first | ||
* https://help.github.com/articles/fork-a-repo/ | ||
* https://help.github.com/articles/syncing-a-fork/ | ||
|
||
Unless otherwise noted, the Go source files are distributed under the MIT-style license found in the LICENSE file. |