Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Nov 3, 2017
1 parent 87658b2 commit 17dd7df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thank you for taking the time to contribute to Ao! ✨🎉
## Suggested quick smart steps

- Run through the [contributing guidelines](https://github.com/klauscfhq/ao/blob/master/contributing.md)
- Support questions are better asked in the project's [chat](https://gitter.im/tusk/Lobby). We will get back at you in a flash.
- Support questions are better asked in the project's [chat](https://gitter.im/klauscfhq/ao). We will get back at you in a flash.
- Ensure the issue is not already reported

*Delete the above section and the content in the sections below before submitting your issue*
Expand All @@ -26,7 +26,7 @@ Copy the error message here

## Environment

Tell us which operating system you are using, as well as which versions of [Ao](https://github.com/klauscfhq/ao/releases/latest).
Tell us which operating system you are using, as well as which version of [Ao](https://github.com/klauscfhq/ao/releases/latest).
Run the following script to get your OS info quickly.

```bash
Expand Down
11 changes: 5 additions & 6 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to Ao ❤

Thank you for taking the time to contribute to Ao! ✨🎉
Thank you for taking the time to contribute to Ao ✨🎉

Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

## How to contribute!
## How to contribute

### Improve documentation

Expand All @@ -26,15 +26,14 @@ You can use issue labels to discover issues you could help us out with!

- [`enhancement` issues](https://github.com/klauscfhq/ao/labels/enhancement) are features we are open to including
- [`bug` issues](https://github.com/klauscfhq/ao/labels/bug) are known bugs we would like to fix
- [`needs testing` issues](https://github.com/klauscfhq/ao/labels/needs%20testing) are features that we are still working on improving
- [`future` issues](https://github.com/klauscfhq/ao/labels/future) are those that we'd like to get to, but not anytime soon. Please check before working on these since we may not yet want to take on the burden of supporting those features
- [`future` issues](https://github.com/klauscfhq/ao/labels/future) are those that we'd like to get to, biut not anytime soon. Please check before working on these since we may not yet want to take on the burden of supporting those features
- on the [`help wanted`](https://github.com/klauscfhq/ao/labels/future) label you can always find something exciting going on

You may find an issue is assigned, or has the [`assigned` label](https://github.com/klauscfhq/ao/labels/assigned). Please double-check before starting on this issue because somebody else is likely already working on it

### Say hi!

Come over and say hi anytime you feel like on [Gitter](https://gitter.im/tusk/Lobby) or send us a tweet at [@champloohq](https://twitter.com/champloohq)!
Come over and say hi anytime you feel like on [Gitter](https://gitter.im/klauscfhq/ao)!

### Submitting an issue

Expand All @@ -55,4 +54,4 @@ Come over and say hi anytime you feel like on [Gitter](https://gitter.im/tusk/Lo
- Use a descriptive title for the pull request and commits
- You might be asked to do changes to your pull request, you can do that by just [updating the existing one](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md)

> Inspired by project [AVA](https://github.com/avajs/ava/blob/master/contributing.md)'s contributing.md!
> Inspired by project [AVA](https://github.com/avajs/ava/blob/master/contributing.md)'s contributing.md.

0 comments on commit 17dd7df

Please sign in to comment.