forked from cjbarber/ToolsOfTheTrade
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
# Contributing | ||
|
||
**If you are adding a tool you are affiliated with please include other improvements/fixes to the repo.** | ||
|
||
If you're adding something new, make sure that it is [formatted correctly](#list-format) and be sure to explain why it is awesome. 😎 | ||
|
||
* Ideally the tool should be hosted, however self-hosted tools are acceptable too. | ||
* The product/service should have had some coverage on Hacker News - whether this be comments or posts. | ||
* Descriptions should be concise, descriptive and not marketing-focused. | ||
* Avoid links appended with `/en`, `gb` etc. so that the link will redirect to the user's own language/location. | ||
|
||
## List Format | ||
|
||
``` | ||
| [Example](https://example.com) | [@example](https://twitter.com/example) | Free or $5/user/mo | An example tool used for example purposes `Tag` | | ||
``` | ||
|
||
Tags can be either `Hosted` or `Self-hosted`, helpful for searching the list. | ||
|
||
## Share | ||
|
||
- Star this repo to help ensure it is maintained. | ||
- [Tweet this repo](https://twitter.com/intent/tweet?related=chrisbarber&text=Hacker%20News%20Tools%20of%20The%20Trade&url=https%3A%2F%2Fgithub.com%2Fcjbarber%2FToolsOfTheTrade&via=chrisbarber) so that more people can discover and add to it. |