Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/InQuest/omnibus
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbits committed Aug 21, 2018
2 parents f7caac0 + 73cb654 commit e73bcf8
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 73 deletions.
84 changes: 42 additions & 42 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
---
name: Bug report
about: Create a report to help us improve

---

## Primary Question / Request

### What type of request is there?
- [ ] Breaking bug
- [ ] General error (non-fatal)
- [ ] Additional module (Create a pull request! :D)
- [ ] Use-case suggestions
- [ ] Workflow improvments


### Please explain the bug in a clear and concise manner
```
```

## Steps to Recreate (If Applicable)
```
```

## Is this preventing you from using the application?
- [ ] Yes
- [ ] No

## If you selected Yes, please explain why fully
```
```

## Do you have any screenshots, log output, tracebacks, or otherwise to support your requests?
```
```
---
name: Bug report
about: Create a report to help us improve

---

## Primary Question / Request

### What type of request is there?
- [ ] Breaking bug
- [ ] General error (non-fatal)
- [ ] Additional module (Create a pull request! :D)
- [ ] Use-case suggestions
- [ ] Workflow improvments


### Please explain the bug in a clear and concise manner
```
```

## Steps to Recreate (If Applicable)
```
```

## Is this preventing you from using the application?
- [ ] Yes
- [ ] No

## If you selected Yes, please explain why fully
```
```

## Do you have any screenshots, log output, tracebacks, or otherwise to support your requests?
```
```
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe & reference Issue # if available.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe & reference Issue # if available.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/module-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Module request
about: Suggest an idea for a new module

---

**What is the purpose of the proposed module?**


**How will it benefit Omnibus and its users?**


**Does this module require any third party API keys?**
- [ ] No
- [ ] Yes
- [ ] Can users obtain an API key for free?

- [ ] Does the services Terms of Service allow for use of their data within another application?


**Would you be willing to create a pull request with the code for this new module?** _If not, not a big deal! Always gotta ask_ :)
26 changes: 12 additions & 14 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,32 @@

## Description

* Please include a summary of the change and which issue is fixed.
* **Please include a summary of the change. Add the Issue # if one was fixed.**
```
```
* Please also include relevant motivation and context.
* **List any dependencies that are required for this change.**
```
```
* List any dependencies that are required for this change.
```
```
- Fixes # (issue)

## How Has This Been Tested?
* Please describe the tests that you ran to verify your changes.
* Please also note any relevant details for your test configuration.
```
- Operating System:
- Python Version:

**Test Cases**
- [ ] Your Test A
- [ ] Your Test B
- [ ] ...
```


## Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] My code follows the PEP8 style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] I have commented my code with docstrings particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation if required
- [ ] My changes generate no new errors or Exceptions
- [ ] Any dependent changes have been merged and published in downstream branches

0 comments on commit e73bcf8

Please sign in to comment.