Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
oss move tidy (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoEddie authored and Willy-Peter Schaub committed Sep 29, 2017
1 parent 1523b4a commit a050e91
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ By showing your willingness to contribute, you will assist us and the community
There are many ways to contribute: logging bugs, creating suggestions and submitting pull requests.

# Did you find a bug?
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/ALM-Rangers/Yeoman-extension-code-generator/issues).
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/ALM-Rangers/generator-vsts-extension/issues).

- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ALM-Rangers/Yeoman-extension-code-generator/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/ALM-Rangers/generator-vsts-extension/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.


# Did you write a patch that fixes a bug or adds a new feature?
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thank you for your pull request!
By completing this pull request, you agree to the [Contributing License Agreement](https://github.com/ALM-Rangers/Yeoman-extension-code-generator/blob/master/.github/CLA.md).
By completing this pull request, you agree to the [Contributing License Agreement](https://github.com/ALM-Rangers/generator-vsts-extension/blob/master/.github/CLA.md).

Fixes # .

Expand All @@ -8,4 +8,4 @@ Changes proposed in this pull request:
-
-

@ALM-Rangers/Yeoman-extension-code-generator
@ALM-Rangers/generator-vsts-extension
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Yeoman-extension-code-generator
code-generator-vsts-extension

Copyright (c) Microsoft Corporation
ALM | DevOps Ranger Contributors

All rights reserved.

Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Visual Studio Team Services (VSTS) extension code generator
# generator-vsts-extension

![VSTS](https://almrangers.visualstudio.com/_apis/public/build/definitions/7f3cfb9a-d1cb-4e66-9d36-1af87b906fe9/137/badge) | [![NPM](https://nodei.co/npm/generator-team-services-extension.png?mini=true)](https://www.npmjs.com/package/generator-team-services-extension)

Expand Down Expand Up @@ -103,21 +103,6 @@ Take a look at the information on getting started with extensions, RESTful APIs,
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).

## Contributions

### Team

We thank the following contributor(s): **Josh Garverick** , **Mikael Krief** and **Hosam Kamel**

### Contributions are welcome

Here is how you can contribute to this project:

- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals

Please refer to [Contribution guidelines](.github/CONTRIBUTING.md) and the [Code of Conduct](.github/COC.md) for more details.

### Notices

Building this solution will download other software, subject to the third party license terms that are between you and the third party.
Expand Down Expand Up @@ -156,3 +141,18 @@ The generated extensions needs these 3 rd libraries
- [tslint-loader](https://www.npmjs.com/package/tslint-loader)
- [webpack](https://www.npmjs.com/package/webpack)
- [telemetryclient-team-services-extension](https://www.npmjs.com/package/telemetryclient-vsts-extension)

## Contributions

### Team

We thank the following contributor(s): **Josh Garverick** , **Mikael Krief** and **Hosam Kamel**

### Contributions are welcome

Here is how you can contribute to this project:

- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals

Please refer to [Contribution guidelines](.github/CONTRIBUTING.md) and the [Code of Conduct](.github/COC.md) for more details.

0 comments on commit a050e91

Please sign in to comment.