Skip to content

Commit

Permalink
Adding issues and pull request templates for the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiamac committed Jan 9, 2017
1 parent 98d517f commit f11cf07
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
We track issues in launchpad.

## Juju 2.x issue or future work

Please file an issue against
[https://bugs.launchpad.net/juju](https://bugs.launchpad.net/juju)


## Juju 1.x issue

Please file an issue against
[https://bugs.launchpad.net/juju-core](https://bugs.launchpad.net/juju-core)


# Thank you for finding a Juju Issue!
19 changes: 19 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Please provide the following details to expedite Pull Request review:

----

## Description of change

Why is this change needed?

## QA steps

How do we verify that the change works?

## Documentation changes

Does it affect current user workflow? CLI? API?

## Bug reference

Does this change fix a bug? Please add a link to it.

0 comments on commit f11cf07

Please sign in to comment.