mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Update issue and pull request templates
This commit is contained in:
parent
d2e6b285d9
commit
949cd5acb7
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1 +0,0 @@
|
||||||
## [Make sure to follow one of the issue templates we've got](https://github.com/pydanny/cookiecutter-django/issues/new/choose), otherwise the issue might be closed immeditely
|
|
32
.github/ISSUE_TEMPLATE/bug.md
vendored
32
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -1,21 +1,33 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
|
title: '[bug]'
|
||||||
|
labels: bug
|
||||||
---
|
---
|
||||||
|
|
||||||
## What happened?
|
## What happened?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What should've happened instead?
|
## What should've happened instead?
|
||||||
|
|
||||||
|
## Additional details
|
||||||
|
|
||||||
|
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
|
||||||
|
|
||||||
|
* Host system configuration:
|
||||||
## Steps to reproduce
|
* Version of cookiecutter CLI (get it with `cookiecutter --version`):
|
||||||
|
* OS:
|
||||||
[//]: # (Any or all of the following:)
|
* Python version:
|
||||||
[//]: # (* Host system configuration: OS, Docker & friends' versions etc.)
|
* Docker versions (if using Docker):
|
||||||
[//]: # (* Replay file https://cookiecutter.readthedocs.io/en/latest/advanced/replay.html)
|
* ...
|
||||||
[//]: # (* Logs)
|
* Options selected and/or [replay file](https://cookiecutter.readthedocs.io/en/latest/advanced/replay.html):
|
||||||
|
```
|
||||||
|
```
|
||||||
|
<summary>
|
||||||
|
Logs:
|
||||||
|
<details>
|
||||||
|
<pre>
|
||||||
|
$ cookiecutter https://github.com/pydanny/cookiecutter-django
|
||||||
|
project_name [Project Name]: ...
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
</summary>
|
||||||
|
|
18
.github/ISSUE_TEMPLATE/feature.md
vendored
18
.github/ISSUE_TEMPLATE/feature.md
vendored
|
@ -1,24 +1,14 @@
|
||||||
---
|
---
|
||||||
name: New Feature Proposal
|
name: New Feature Proposal
|
||||||
about: Propose a new feature
|
about: Propose a new feature
|
||||||
|
title: '[feature request]'
|
||||||
|
labels: enhancement
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
[//]: # (What's it you're proposing? How should it be implemented?)
|
What are you proposing? How should it be implemented?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Rationale
|
## Rationale
|
||||||
|
|
||||||
[//]: # (Why should this feature be implemented?)
|
Why should this feature be implemented?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Use case(s) / visualization(s)
|
|
||||||
|
|
||||||
[//]: # ("Better to see something once than to hear about it a thousand times.")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
24
.github/ISSUE_TEMPLATE/improvement.md
vendored
24
.github/ISSUE_TEMPLATE/improvement.md
vendored
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
name: Improvement Suggestion
|
|
||||||
about: Let us know how we could improve
|
|
||||||
---
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
[//]: # (What's it you're proposing? How should it be implemented?)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Rationale
|
|
||||||
|
|
||||||
[//]: # (Why should this feature be implemented?)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Use case(s) / visualization(s)
|
|
||||||
|
|
||||||
[//]: # ("Better to see something once than to hear about it a thousand times.")
|
|
||||||
|
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/paid-support.md
vendored
8
.github/ISSUE_TEMPLATE/paid-support.md
vendored
|
@ -1,10 +1,16 @@
|
||||||
---
|
---
|
||||||
name: Paid Support Request
|
name: Paid Support Request
|
||||||
about: Ask Core Team members to help you out
|
about: Ask Core Team members to help you out
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Provided your question goes beyound [regular support](https://github.com/pydanny/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly.
|
Provided your question goes beyond [regular support](https://github.com/pydanny/cookiecutter-django/issues/new?template=question.md), and/or the task at hand is of timely/high priority nature use the below information to reach out for contributors directly.
|
||||||
|
|
||||||
* Daniel Roy Greenfeld, Project Lead ([GitHub](https://github.com/pydanny), [Patreon](https://www.patreon.com/danielroygreenfeld)): expertise in Django and AWS ELB.
|
* Daniel Roy Greenfeld, Project Lead ([GitHub](https://github.com/pydanny), [Patreon](https://www.patreon.com/danielroygreenfeld)): expertise in Django and AWS ELB.
|
||||||
|
|
||||||
* Nikita Shupeyko, Core Developer ([GitHub](https://github.com/webyneter)): expertise in Python/Django, hands-on DevOps and frontend experience.
|
* Nikita Shupeyko, Core Developer ([GitHub](https://github.com/webyneter)): expertise in Python/Django, hands-on DevOps and frontend experience.
|
||||||
|
|
||||||
|
* Bruno Alla, Core Developer ([GitHub](https://github.com/sponsors/browniebroke)).
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/question.md
vendored
10
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,6 +1,12 @@
|
||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Please, ask your question on StackOverflow or Gitter
|
about: Please consider asking your question on StackOverflow or Slack
|
||||||
|
title: '[question]'
|
||||||
|
labels: question
|
||||||
---
|
---
|
||||||
|
|
||||||
First, make sure to examine [the docs](https://cookiecutter-django.readthedocs.io/en/latest/). If that doesn't help post a question on [StackOverflow](https://stackoverflow.com/questions/tagged/cookiecutter-django) tagged with `cookiecutter-django`. Finally, feel free to join [Gitter](https://gitter.im/pydanny/cookiecutter-django) and ask around.
|
First, make sure to examine [the docs](https://cookiecutter-django.readthedocs.io/en/latest/).
|
||||||
|
|
||||||
|
If that doesn't help, post a question on [StackOverflow](https://stackoverflow.com/questions/tagged/cookiecutter-django) tagged with `cookiecutter-django`, you might get more visibility there than on our issue tracker.
|
||||||
|
|
||||||
|
Finally, feel free to join [Slack](https://join.slack.com/t/cookie-cutter/shared_invite/enQtNzI0Mzg5NjE5Nzk5LTRlYWI2YTZhYmQ4YmU1Y2Q2NmE1ZjkwOGM0NDQyNTIwY2M4ZTgyNDVkNjMxMDdhZGI5ZGE5YmJjM2M3ODJlY2U) and ask around.
|
||||||
|
|
28
.github/ISSUE_TEMPLATE/regression.md
vendored
28
.github/ISSUE_TEMPLATE/regression.md
vendored
|
@ -1,28 +0,0 @@
|
||||||
---
|
|
||||||
name: Regression Report
|
|
||||||
about: Let us know if something that'd been working has broke
|
|
||||||
---
|
|
||||||
|
|
||||||
## What happened before?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What happens now?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Last stable commit / Since when?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Steps to reproduce
|
|
||||||
|
|
||||||
[//]: # (Any or all of the following:)
|
|
||||||
[//]: # (* Host system configuration: OS, Docker & friends' versions etc.)
|
|
||||||
[//]: # (* Project generation options)
|
|
||||||
[//]: # (* Logs)
|
|
||||||
|
|
||||||
|
|
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
25
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,23 +1,18 @@
|
||||||
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!)
|
<!-- Thank you for helping us out: your efforts mean a great deal to the project and the community as a whole! -->
|
||||||
|
|
||||||
[//]: # (Before you proceed:)
|
|
||||||
|
|
||||||
[//]: # (- Don't forget to update the `docs/` presuming others would benefit from a concise description of whatever that you're proposing)
|
|
||||||
[//]: # (- If you're adding a new option, please make sure that tests/test_cookiecutter_generation.py is updated accordingly)
|
|
||||||
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
[//]: # (What's it you're proposing?)
|
<!-- What's it you're proposing? -->
|
||||||
|
|
||||||
|
Checklist:
|
||||||
|
|
||||||
|
- [ ] I've made sure that `tests/test_cookiecutter_generation.py` is updated accordingly (especially if adding or updating a template option)
|
||||||
|
- [ ] I've updated the documentation or confirm that my change doesn't require any updates
|
||||||
|
|
||||||
## Rationale
|
## Rationale
|
||||||
|
|
||||||
[//]: # (Why does the project need that?)
|
<!--
|
||||||
|
Why does this project need the change you're proposing?
|
||||||
|
If this pull request fixes an open issue, don't forget to link it with `Fix #NNNN`
|
||||||
## Use case(s) / visualization(s)
|
-->
|
||||||
|
|
||||||
[//]: # ("Better to see something once than to hear about it a thousand times.")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,5 @@
|
||||||
"Gitlab"
|
"Gitlab"
|
||||||
],
|
],
|
||||||
"keep_local_envs_in_vcs": "y",
|
"keep_local_envs_in_vcs": "y",
|
||||||
|
|
||||||
"debug": "n"
|
"debug": "n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user