You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgraded to brython 3.10.5.
* Upgraded to Django 3.2.13.
* Added tab-click functionality for tabs with subtabs as well, which calls
'default' subtab.
* Updated src/brythonSPA/BrythonSPATemplate/static/WebApplication/webInterface/activator.py .
* And a few minor changes.
Copy file name to clipboardExpand all lines: docs/Contributing.rst
+21-16
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,29 @@ Contributing
4
4
5
5
What/How to contribute?
6
6
=======================
7
-
You can contribute to almost anything in the repository, from a typo in
8
-
READMEs to fixing any error/bug in code or introducing new features.
9
-
Just remember to follow a general flow of contributing to projects, which
10
-
could be found on internet.
7
+
Sorry, this project currently does not accept contributions, but you're welcome
8
+
to fork this project and use as required (and as per `LICENSE <https://github.com/CXINFINITE/ProjectEssentials-Python/blob/main/LICENSE>`_).
11
9
12
-
While working in community projects, it is a good thing to ask other
13
-
contributors or any other people in community before working on any part of the
14
-
project like working on new features, bugs, issues, etc, which helps to know
15
-
if someone is already working on it or not.
10
+
.. .
11
+
You can contribute to almost anything in the repository, from a typo in
12
+
READMEs to fixing any error/bug in code or introducing new features.
13
+
Just remember to follow a general flow of contributing to projects, which
14
+
could be found on internet.
16
15
17
-
Pull requests
18
-
=============
19
-
1. Check with ``PEP 8`` coding style guidelines.
20
-
2. Put appropriate summary in commit regarding what's changed/fixed, with
21
-
more details in description.
22
-
3. Combine multiple commits into single then create new pull request.
23
-
4. You're done!
16
+
While working in community projects, it is a good thing to ask other
17
+
contributors or any other people in community before working on any part of the
18
+
project like working on new features, bugs, issues, etc, which helps to know
19
+
if someone is already working on it or not.
20
+
21
+
Pull requests
22
+
=============
23
+
1. Check with ``PEP 8`` coding style guidelines.
24
+
2. Put appropriate summary in commit regarding what's changed/fixed, with
25
+
more details in description.
26
+
3. Combine multiple commits into single then create new pull request.
27
+
4. You're done!
24
28
25
29
Working with GitHub
26
30
===================
27
-
Check `docs/GitHubUsage.rst <https://github.com/CXINFINITE/ProjectEssentials-Python/blob/main/docs/GitHubUsage.rst>`_ for how to perform various git related operations.
31
+
Check `docs/GitHubUsage.rst <https://github.com/CXINFINITE/ProjectEssentials-Python/blob/main/docs/GitHubUsage.rst>`_ for how to perform various git related
Copy file name to clipboardExpand all lines: examples/BrythonSPA-UAPI-Django/DjangoProject/webapplication/static/webapplication/CSS/WebApplication.home.css
Copy file name to clipboardExpand all lines: examples/BrythonSPA-UAPI-Django/DjangoProject/webapplication/static/webapplication/Templates/layout.information.list.item.html
Copy file name to clipboardExpand all lines: examples/BrythonSPA-UAPI-Django/DjangoProject/webapplication/static/webapplication/WebApplication/configuration.py
Copy file name to clipboardExpand all lines: examples/BrythonSPA-UAPI-Django/DjangoProject/webapplication/static/webapplication/WebApplication/core/uapiManager.py
Copy file name to clipboardExpand all lines: examples/BrythonSPA-UAPI-Django/DjangoProject/webapplication/static/webapplication/WebApplication/webInterface/activator.py
0 commit comments