8000 Updated documentation and files for 3.7 LTS (#6761) · django-cms/django-cms@857174d · GitHub
[go: up one dir, main page]

Skip to content

Commit 857174d

Browse files
authored
Updated documentation and files for 3.7 LTS (#6761)
* general updates * updates from comments * update form comments
1 parent 9cb5ab6 commit 857174d

22 files changed

+339
-896
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[run]
2+
branch = False
23
source =
34
cms
45
menus
5-
branch = False
66
omit =
77
cms/migrations/*
88
cms/south_migrations/*

.github/CONTRIBUTING.rst

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ assignees: ''
88
---
99

1010
<!--
11-
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.
11+
Please fill in each section below, otherwise, your issue will be closed.
12+
This info allows django CMS maintainers to diagnose (and fix!) your issue
13+
as quickly as possible.
1214
-->
1315

1416
## Description
1517

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

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

4143
<!--
42-
Add any other context about the problem such as environment, CMS/Python/Django versions, logs etc. here.
44+
Add any other context about the problem such as environment,
45+
CMS/Python/Django versions, logs etc. here.
4346
-->

.github/ISSUE_TEMPLATE/---feature-requests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ assignees: ''
88
---
99

1010
<!--
11-
Head over to https://groups.google.com/forum/#!forum/django-cms and submit your ideas.
11+
Please submit any feature requests through our developers email list:
12+
https://groups.google.com/forum/#!forum/django-cms-developers
1213
-->

.github/ISSUE_TEMPLATE/---question.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ assignees: ''
88
---
99

1010
<!--
11-
Please use one of the following community channels to ask your questions instead of GitHub:
11+
For *help with django CMS*, please use our one of the following channels:
1212
13-
* Stackoverflow: https://stackoverflow.com/questions/tagged/django-cms
14-
* Mailing list: https://groups.google.com/forum/#!forum/django-cms
15-
* #django-cms on freenode.net
13+
* StackOverflow: https://stackoverflow.com/questions/tagged/django-cms
14+
* Users mailing list: https://groups.google.com/forum/#!forum/django-cms
15+
* #django-cms on freenode.net
1616
17-
Questions submitted through GitHub will be closed. Our community is very helpful and we try to answer as many questions as you may have.
17+
Questions submitted through GitHub will be closed. Our community is very
18+
helpful and we try to answer as many questions as you may have.
1819
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1+
## Description
2+
13
<!--
2-
If this is a security-related patch stop immediately!
3-
See http://docs.django-cms.org/en/latest/contributing/development-policies.html
4+
If this is a security issue stop right here and follow our documentation:
5+
http://docs.django-cms.org/en/latest/contributing/development-policies.html#reporting-security-issues
46
-->
57

8+
## Related resources
69

7-
### Summary
8-
9-
Fixes #
10-
11-
12-
### Links to related discussion
10+
<!--
11+
Add here links to existing issues or conversation from GitHub
12+
or any other resource.
13+
-->
1314

15+
* #...
16+
* #...
1417

15-
### Proposed changes in this pull request
18+
## Checklist
1619

20+
<!--
21+
Please check the following items before submitting, otherwise,
22+
your pull request will be closed.
1723
18-
### General checklist
24+
Use 'x' to check each item: [x] I have ...
25+
-->
1926

20-
* [ ] I have updated the CHANGELOG.txt
21-
* [ ] I have created backports if necessary
22-
* [ ] I have updated the documentation and/or amended the upgrade section
23-
if necessary
27+
* [ ] I have opened this pull request against ``develop``
28+
* [ ] I have updated the **CHANGELOG.rst**
29+
* [ ] I have added or modified the tests when changing logic

.tx/config

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1+
[main]
2+
host = https://www.transifex.com
3+
14
[django-cms.js]
25
file_filter = cms/locale/<lang>/LC_MESSAGES/djangojs.po
36
source_file = cms/locale/en/LC_MESSAGES/djangojs.po
47
source_lang = en
58

6-
[main]
7-
host = https://www.transifex.com
8-
99
[django-cms.core]
1010
file_filter = cms/locale/<lang>/LC_MESSAGES/django.po
1111
source_file = cms/locale/en/LC_MESSAGES/django.po
1212
source_lang = en
13-

0 commit comments

Comments
 (0)
0