Skip to content

Commit

Permalink
Update repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Jul 10, 2017
1 parent aeba33e commit be24118
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ ZUnit is a powerful unit testing framework for ZSH

## Installation

> **WARNING**: Although the majority of ZUnit's functionality works as expected, it is in the early stages of development, and as such bugs are likely to be present. Please continue with caution, and [report any issues](https://github.com/molovo/zunit/issues/new) you may have.
> **WARNING**: Although the majority of ZUnit's functionality works as expected, it is in the early stages of development, and as such bugs are likely to be present. Please continue with caution, and [report any issues](https://github.com/zunit-zsh/zunit/issues/new) you may have.
### [Zulu](https://github.com/zulu-zsh/zulu)

Expand All @@ -31,7 +31,7 @@ brew install zunit-zsh/zunit/zunit
### Manual

```sh
git clone https://github.com/molovo/zunit
git clone https://github.com/zunit-zsh/zunit
cd ./zunit
./build.zsh
chmod u+x ./zunit
Expand Down
22 changes: 11 additions & 11 deletions contributing.md
Expand Up @@ -10,7 +10,7 @@ Please note that this project is released with a [Contributor Code of Conduct](c

As a user of ZUnit you're the perfect candidate to help us improve our documentation. Typo corrections, error fixes, better explanations, more examples, etc. Open issues for things that could be improved. Anything. Even improvements to this document.

Use the [`docs` label](https://github.com/molovo/zunit/labels/docs) to find suggestions for what we'd love to see more documentation on.
Use the [`docs` label](https://github.com/zunit-zsh/zunit/labels/docs) to find suggestions for what we'd love to see more documentation on.

### Improve issues

Expand All @@ -20,30 +20,30 @@ Some issues are created with missing information, not reproducible, or plain inv

We're always looking for more opinions on discussions in the issue tracker. It's a good opportunity to influence the future direction of ZUnit.

The [`question` label](https://github.com/molovo/zunit/labels/question) is a good place to find ongoing discussions.
The [`question` label](https://github.com/zunit-zsh/zunit/labels/question) is a good place to find ongoing discussions.

### Write code

You can use issue labels to discover issues you could help out with:

* [`blocked` issues](https://github.com/molovo/zunit/labels/blocked) need help getting unstuck
* [`bug` issues](https://github.com/molovo/zunit/labels/bug) are known bugs we'd like to fix
* [`enhancement` issues](https://github.com/molovo/zunit/labels/enhancement) are features we're open to including
* [`performance` issues](https://github.com/molovo/zunit/labels/performance) track ideas on how to improve ZUnit’s performance
* [`blocked` issues](https://github.com/zunit-zsh/zunit/labels/blocked) need help getting unstuck
* [`bug` issues](https://github.com/zunit-zsh/zunit/labels/bug) are known bugs we'd like to fix
* [`enhancement` issues](https://github.com/zunit-zsh/zunit/labels/enhancement) are features we're open to including
* [`performance` issues](https://github.com/zunit-zsh/zunit/labels/performance) track ideas on how to improve ZUnit’s performance

The [`help wanted`](https://github.com/molovo/zunit/labels/help%20wanted) and [`good for beginner`](https://github.com/molovo/zunit/labels/good%20for%20beginner) labels are especially useful.
The [`help wanted`](https://github.com/zunit-zsh/zunit/labels/help%20wanted) and [`good for beginner`](https://github.com/zunit-zsh/zunit/labels/good%20for%20beginner) labels are especially useful.

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

We'd like to fix [`priority` issues](https://github.com/molovo/zunit/labels/priority) first. We'd love to see progress on [`low-priority` issues](https://github.com/molovo/zunit/labels/low%20priority) too. [`future` issues](https://github.com/molovo/zunit/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.
We'd like to fix [`priority` issues](https://github.com/zunit-zsh/zunit/labels/priority) first. We'd love to see progress on [`low-priority` issues](https://github.com/zunit-zsh/zunit/labels/low%20priority) too. [`future` issues](https://github.com/zunit-zsh/zunit/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.

### Hang out in our chat

We have a [chat](https://gitter.im/molovo/zunit). Jump in there and lurk, talk to us, and help others.
We have a [chat](https://gitter.im/zunit-zsh/zunit). Jump in there and lurk, talk to us, and help others.

## Submitting an issue

- The issue tracker is for issues. Use our [chat](https://gitter.im/molovo/zunit) for support.
- The issue tracker is for issues. Use our [chat](https://gitter.im/zunit-zsh/zunit) for support.
- Search the issue tracker before opening an issue.
- Ensure you're using the latest version of ZUnit.
- Use a clear and descriptive title.
Expand Down
2 changes: 1 addition & 1 deletion src/commands/init.zsh
Expand Up @@ -71,7 +71,7 @@ allow_risky: false"
zsh
install:
- mkdir .bin
- curl -L https://github.com/molovo/zunit/releases/download/v$(_zunit_version)/zunit > .bin/zunit
- curl -L https://github.com/zunit-zsh/zunit/releases/download/v$(_zunit_version)/zunit > .bin/zunit
- curl -L https://raw.githubusercontent.com/molovo/revolver/master/revolver > .bin/revolver
- curl -L https://raw.githubusercontent.com/molovo/color/master/color.zsh > .bin/color
before_script:
Expand Down

0 comments on commit be24118

Please sign in to comment.