Skip to content

Commit

Permalink
Updated documentation and files for 3.7 LTS (#6761)
Browse files Browse the repository at this point in the history
* general updates

* updates from comments

* update form comments
  • Loading branch information
FinalAngel committed Nov 12, 2019
1 parent 9cb5ab6 commit 857174d
Show file tree
Hide file tree
Showing 22 changed files with 339 additions and 896 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
@@ -1,8 +1,8 @@
[run]
branch = False
source =
cms
menus
branch = False
omit =
cms/migrations/*
cms/south_migrations/*
Expand Down
78 changes: 0 additions & 78 deletions .github/CONTRIBUTING.rst

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Expand Up @@ -8,13 +8,15 @@ assignees: ''
---

<!--
Please fill out each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible.
Please fill in each section below, otherwise, your issue will be closed.
This info allows django CMS maintainers to diagnose (and fix!) your issue
as quickly as possible.
-->

## Description

<!--
If this is a security issue stop right here and follow our documentation:
If this is a security issue stop immediately and follow the instructions at:
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues
-->

Expand All @@ -39,5 +41,6 @@ A clear and concise description of what is actually happening.
## Additional information

<!--
Add any other context about the problem such as environment, CMS/Python/Django versions, logs etc. here.
Add any other context about the problem such as environment,
CMS/Python/Django versions, logs etc. here.
-->
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/---feature-requests.md
Expand Up @@ -8,5 +8,6 @@ assignees: ''
---

<!--
Head over to https://groups.google.com/forum/#!forum/django-cms and submit your ideas.
Please submit any feature requests through our developers email list:
https://groups.google.com/forum/#!forum/django-cms-developers
-->
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/---question.md
Expand Up @@ -8,11 +8,12 @@ assignees: ''
---

<!--
Please use one of the following community channels to ask your questions instead of GitHub:
For *help with django CMS*, please use our one of the following channels:
* Stackoverflow: https://stackoverflow.com/questions/tagged/django-cms
* Mailing list: https://groups.google.com/forum/#!forum/django-cms
* #django-cms on freenode.net
* StackOverflow: https://stackoverflow.com/questions/tagged/django-cms
* Users mailing list: https://groups.google.com/forum/#!forum/django-cms
* #django-cms on freenode.net
Questions submitted through GitHub will be closed. Our community is very helpful and we try to answer as many questions as you may have.
Questions submitted through GitHub will be closed. Our community is very
helpful and we try to answer as many questions as you may have.
-->
34 changes: 20 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,23 +1,29 @@
## Description

<!--
If this is a security-related patch stop immediately!
See http://docs.django-cms.org/en/latest/contributing/development-policies.html
If this is a security issue stop right here and follow our documentation:
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues
-->

## Related resources

### Summary

Fixes #


### Links to related discussion
<!--
Add here links to existing issues or conversation from GitHub
or any other resource.
-->

* #...
* #...

### Proposed changes in this pull request
## Checklist

<!--
Please check the following items before submitting, otherwise,
your pull request will be closed.
### General checklist
Use 'x' to check each item: [x] I have ...
-->

* [ ] I have updated the CHANGELOG.txt
* [ ] I have created backports if necessary
* [ ] I have updated the documentation and/or amended the upgrade section
if necessary
* [ ] I have opened this pull request against ``develop``
* [ ] I have updated the **CHANGELOG.rst**
* [ ] I have added or modified the tests when changing logic
7 changes: 3 additions & 4 deletions .tx/config
@@ -1,13 +1,12 @@
[main]
host = https://www.transifex.com

[django-cms.js]
file_filter = cms/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = cms/locale/en/LC_MESSAGES/djangojs.po
source_lang = en

[main]
host = https://www.transifex.com

[django-cms.core]
file_filter = cms/locale/<lang>/LC_MESSAGES/django.po
source_file = cms/locale/en/LC_MESSAGES/django.po
source_lang = en

0 comments on commit 857174d

Please sign in to comment.