Permalink
Browse files

chore(all): move to an organisation on GitHub

  • Loading branch information...
1 parent fd77388 commit 8407cf05c4f1d43ca6c78625b7b8fee7627fdedb @mxstbr mxstbr committed with mxstbr Jan 24, 2017
View
@@ -8,7 +8,7 @@ Following these guidelines helps to communicate that you respect the time of the
## Using the issue tracker
-The [issue tracker](https://github.com/mxstbr/react-boilerplate/issues) is
+The [issue tracker](https://github.com/react-boilerplate/react-boilerplate/issues) is
the preferred channel for [bug reports](#bugs), [features requests](#features)
and [submitting pull requests](#pull-requests).
@@ -85,7 +85,7 @@ included in the project:
# Navigate to the newly cloned directory
cd react-boilerplate
# Assign the original repo to a remote called "upstream"
- git remote add upstream https://github.com/mxstbr/react-boilerplate.git
+ git remote add upstream https://github.com/react-boilerplate/react-boilerplate.git
```
2. If you cloned a while ago, get the latest changes from upstream:
@@ -119,4 +119,4 @@ included in the project:
with a clear title and description.
**IMPORTANT**: By submitting a patch, you agree to allow the project
-owners to license your work under the terms of the [MIT License](https://github.com/mxstbr/react-boilerplate/blob/master/LICENSE.md).
+owners to license your work under the terms of the [MIT License](https://github.com/react-boilerplate/react-boilerplate/blob/master/LICENSE.md).
@@ -1,6 +1,6 @@
# React Boilerplate
-Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/mxstbr/react-boilerplate/blob/master/.github/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved.
+Before opening a new issue, please take a moment to review our [**community guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md) to make the contribution process easy and effective for everyone involved.
Please direct redux-saga related questions to stack overflow:
http://stackoverflow.com/questions/tagged/redux-saga
@@ -9,12 +9,12 @@ For questions related to the boilerplate itself, you can also find answers on ou
https://gitter.im/mxstbr/react-boilerplate
**Before opening a new issue, you may find an answer in already closed issues**:
-https://github.com/mxstbr/react-boilerplate/issues?q=is%3Aissue+is%3Aclosed
+https://github.com/react-boilerplate/react-boilerplate/issues?q=is%3Aissue+is%3Aclosed
## Issue Type
-- [ ] Bug (https://github.com/mxstbr/react-boilerplate/blob/master/.github/CONTRIBUTING.md#bug-reports)
-- [ ] Feature (https://github.com/mxstbr/react-boilerplate/blob/master/.github/CONTRIBUTING.md#feature-requests)
+- [ ] Bug (https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md#bug-reports)
+- [ ] Feature (https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md#feature-requests)
## Description
@@ -1,6 +1,6 @@
## React Boilerplate
-Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/mxstbr/react-boilerplate/blob/master/.github/CONTRIBUTING.md)
+Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md)
to make the process easy and effective for everyone involved.
**Please open an issue** before embarking on any significant pull request, especially those that
@@ -9,7 +9,7 @@ on something that might not end up being merged into the project.
Before opening a pull request, please ensure:
-- [ ] You have followed our [**contributing guidelines**](https://github.com/mxstbr/react-boilerplate/blob/master/.github/CONTRIBUTING.md)
+- [ ] You have followed our [**contributing guidelines**](https://github.com/react-boilerplate/react-boilerplate/blob/master/.github/CONTRIBUTING.md)
- [ ] double-check your branch is based on `dev` and targets `dev`
- [ ] Pull request has tests (we are going for 100% coverage!)
- [ ] Code is well-commented, linted and follows project conventions
@@ -20,4 +20,4 @@ Before opening a pull request, please ensure:
Be kind to code reviewers, please try to keep pull requests as small and focused as possible :)
**IMPORTANT**: By submitting a patch, you agree to allow the project
-owners to license your work under the terms of the [MIT License](https://github.com/mxstbr/react-boilerplate/blob/master/LICENSE.md).
+owners to license your work under the terms of the [MIT License](https://github.com/react-boilerplate/react-boilerplate/blob/master/LICENSE.md).
View
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 Maximilian Stoiber
+Copyright (c) 2017 Maximilian Stoiber
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+SOFTWARE.
View
@@ -1,4 +1,4 @@
-<img src="https://raw.githubusercontent.com/mxstbr/react-boilerplate-brand/master/assets/banner-metal-optimized.jpg" alt="react boilerplate banner" align="center" />
+<img src="https://raw.githubusercontent.com/react-boilerplate/react-boilerplate-brand/master/assets/banner-metal-optimized.jpg" alt="react boilerplate banner" align="center" />
<br />
@@ -9,20 +9,20 @@
<div align="center">
<!-- Dependency Status -->
- <a href="https://david-dm.org/mxstbr/react-boilerplate">
- <img src="https://david-dm.org/mxstbr/react-boilerplate.svg" alt="Dependency Status" />
+ <a href="https://david-dm.org/react-boilerplate/react-boilerplate">
+ <img src="https://david-dm.org/react-boilerplate/react-boilerplate.svg" alt="Dependency Status" />
</a>
<!-- devDependency Status -->
- <a href="https://david-dm.org/mxstbr/react-boilerplate#info=devDependencies">
- <img src="https://david-dm.org/mxstbr/react-boilerplate/dev-status.svg" alt="devDependency Status" />
+ <a href="https://david-dm.org/react-boilerplate/react-boilerplate#info=devDependencies">
+ <img src="https://david-dm.org/react-boilerplate/react-boilerplate/dev-status.svg" alt="devDependency Status" />
</a>
<!-- Build Status -->
- <a href="https://travis-ci.org/mxstbr/react-boilerplate">
- <img src="https://travis-ci.org/mxstbr/react-boilerplate.svg" alt="Build Status" />
+ <a href="https://travis-ci.org/react-boilerplate/react-boilerplate">
+ <img src="https://travis-ci.org/react-boilerplate/react-boilerplate.svg" alt="Build Status" />
</a>
<!-- Test Coverage -->
- <a href="https://coveralls.io/r/mxstbr/react-boilerplate">
- <img src="https://coveralls.io/repos/github/mxstbr/react-boilerplate/badge.svg" alt="Test Coverage" />
+ <a href="https://coveralls.io/r/react-boilerplate/react-boilerplate">
+ <img src="https://coveralls.io/repos/github/react-boilerplate/react-boilerplate/badge.svg" alt="Test Coverage" />
</a>
</div>
<div align="center">
@@ -46,7 +46,7 @@
<br />
<div align="center">
- <sub>Made with ❤︎ by <a href="https://twitter.com/mxstbr">Max Stoiber</a> and <a href="https://github.com/mxstbr/react-boilerplate/graphs/contributors">contributors</a>. <i>If you're using this boilerplate, we'd love to <a href="https://github.com/mxstbr/react-boilerplate/issues/115">hear from you</a>!</i></sub>
+ <sub>Created by <a href="https://twitter.com/mxstbr">Max Stoiber</a> and maintained with ❤️ by an amazing <a href="https://github.com/orgs/react-boilerplate/teams/core">team of developers</a>.</sub>
</div>
## Features
@@ -97,7 +97,7 @@ There’s also a <a href="https://vimeo.com/168648012">fantastic video</a> on ho
## Quick start
-1. Clone this repo using `git clone --depth=1 https://github.com/mxstbr/react-boilerplate.git`
+1. Clone this repo using `git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git`
1. Run `npm run setup` to install dependencies and clean the git repo.<br />
*We auto-detect `yarn` for installing packages by default, if you wish to force `npm` usage do: `USE_YARN=false npm run setup`*<br />
*At this point you can run `npm start` to see the example app at `http://localhost:3000`.*
@@ -148,5 +148,5 @@ This project would not be possible without the support by these amazing folks. [
## License
-This project is licensed under the MIT license, Copyright (c) 2016 Maximilian
+This project is licensed under the MIT license, Copyright (c) 2017 Maximilian
Stoiber. For more information see `LICENSE.md`.
@@ -32,10 +32,10 @@ describe('<ReposList />', () => {
owner: {
login: 'mxstbr',
},
- html_url: 'https://github.com/mxstbr/react-boilerplate',
+ html_url: 'https://github.com/react-boilerplate/react-boilerplate',
name: 'react-boilerplate',
open_issues_count: 20,
- full_name: 'mxstbr/react-boilerplate',
+ full_name: 'react-boilerplate/react-boilerplate',
}];
const renderedComponent = shallow(
<ReposList
@@ -24,10 +24,10 @@ describe('<RepoListItem />', () => {
owner: {
login: 'mxstbr',
},
- html_url: 'https://github.com/mxstbr/react-boilerplate',
+ html_url: 'https://github.com/react-boilerplate/react-boilerplate',
name: 'react-boilerplate',
open_issues_count: 20,
- full_name: 'mxstbr/react-boilerplate',
+ full_name: 'react-boilerplate/react-boilerplate',
};
});
View
@@ -78,7 +78,7 @@ JavaScript, HTML and tests.
The rest of the folders and files only exist to make your life easier, and
should not need to be touched.
-*(If they do have to be changed, please [submit an issue](https://github.com/mxstbr/react-boilerplate/issues)!)*
+*(If they do have to be changed, please [submit an issue](https://github.com/react-boilerplate/react-boilerplate/issues)!)*
### CSS
View
@@ -178,7 +178,7 @@ WebStorm is a powerful IDE, and why not also use it as debugger tool? Here is th
1. [Install JetBrain Chrome Extension](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji)
2. [Setting up the PORT](https://www.jetbrains.com/help/webstorm/2016.1/using-jetbrains-chrome-extension.html)
-3. Change WebPack devtool config to `source-map` [(This line)](https://github.com/mxstbr/react-boilerplate/blob/56eb5a0ec4aa691169ef427f3a0122fde5a5aa24/internals/webpack/webpack.dev.babel.js#L65)
+3. Change WebPack devtool config to `source-map` [(This line)](https://github.com/react-boilerplate/react-boilerplate/blob/56eb5a0ec4aa691169ef427f3a0122fde5a5aa24/internals/webpack/webpack.dev.babel.js#L65)
4. Run web server (`npm run start`)
5. Create Run Configuration (Run > Edit Configurations)
6. Add new `JavaScript Debug`
@@ -252,6 +252,6 @@ You can find more information about the `performance` option (how to change maxi
## Have another question?
-Submit an [issue](https://github.com/mxstbr/react-boilerplate/issues),
+Submit an [issue](https://github.com/react-boilerplate/react-boilerplate/issues),
hop onto the [Gitter channel](https://gitter.im/mxstbr/react-boilerplate)
or contact Max direct on [twitter](https://twitter.com/mxstbr)!
Oops, something went wrong.

0 comments on commit 8407cf0

Please sign in to comment.