Document ALL THE THINGS!

This commit is contained in:
carolynvs 2015-10-12 22:04:27 -05:00
parent 36e85e018c
commit d946f9f615
3 changed files with 26 additions and 17 deletions

23
LICENSE
View file

@ -1,6 +1,21 @@
To avoid future confusion, we recommend that you include a license with your plugin.
This file is simply a reminder.
The MIT License (MIT)
For a template license you can have a look at: http://www.opensource.org/licenses/
Copyright (c) 2015 Carolyn Van Slyck
Atlassian releases most of its modules under the Apache2 license: http://opensource.org/licenses/Apache-2.0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.

13
README
View file

@ -1,13 +0,0 @@
You have successfully created an Atlassian Plugin!
Here are the SDK commands you'll use immediately:
* atlas-run -- installs this plugin into the product and starts it on localhost
* atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
* atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window:
- 'pi' reinstalls the plugin into the running product instance
* atlas-help -- prints description for all commands in the SDK
Full documentation is always available at:
https://developer.atlassian.com/display/DOCS/Introduction+to+the+Atlassian+Plugin+SDK

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Git ALL THE THINGS!
Git ALL THE THINGS! is a plugin for Bamboo which provides some (hopefully) useful features to your Bamboo builds
* Automatically create branch plans for GitHub pull requests
* Update GitHub publl requests with the build status
* Git Checkout task clones a git repository using the git client. It never creates detached heads, always fetches tags and keeps it clean.