WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=dca7b19703b95553a5b2ecbc04a009e215585989

commit dca7b19703b95553a5b2ecbc04a009e215585989
Author: Gareth Halfacree <[email protected]>
Date:   Fri Nov 17 06:19:19 2017 -0800

    Wiki page start.md changed with summary [created] by Gareth Halfacree
---
 pages/contrib/devs/start.md.txt | 57 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/pages/contrib/devs/start.md.txt b/pages/contrib/devs/start.md.txt
new file mode 100644
index 00000000..3f9fe847
--- /dev/null
+++ b/pages/contrib/devs/start.md.txt
@@ -0,0 +1,57 @@
+---
+~~Title: Developer Contributions~~
+~~NOCACHE~~
+---
+
+# Developer Contributions #
+
+The Enlightenment Project is always keen to accept contributions of code, 
patches, and other fixes from developers. Whether you're looking to implement a 
feature or simply fix a typo your contributions will be warmly received, and 
will help to make the Enlightenment ecosystem as polished as it can possibly be.
+
+Before contributing, please take the time to read through the following 
documentation.
+
+## Coding Conventions ##
+
+To ensure an approachable and maintainable code base the Enlightenment Project 
has a document outlining [Coding 
Conventions](https://www.enlightenment.org/contrib/devs/coding-conventions.md), 
from the use of spaces rather than tabs through to naming conventions.
+
+While all code contributions are welcomed, code which does not follow the 
[Coding 
Conventions](https://www.enlightenment.org/contrib/devs/coding-conventions.md) 
will need to be rewritten before it can be merged into the code base.
+
+## Git Best Practices ##
+
+The Enlightenment Project uses the *git* version control system to manage its 
code base. The [Git Best Practices 
guide](https://www.enlightenment.org/contrib/devs/git-guide.md) offers advice 
on using the code base through git, including requirements for the format and 
style of all commit messages.
+
+A web interface to the git repositories is also available at 
[git.enlightenment.org](https://git.enlightenment.org/) allowing for easy 
browsing and search.
+
+## Phabricator Ticket System ##
+
+If you're looking for an issue to solve, the [Phabricator Ticketing 
System](https://phab.enlightenment.org/) tracks all the outstanding tasks 
relating to the Enlightenment, Enlightenment Foundation Libraries (EFL), 
Elementary, and Terminology code bases.
+
+## Patch Submission and Review ##
+
+New contributors to the project are required to submit their patches through 
the Arcanist system, which automatically brings them through to the Phabricator 
Ticket System for tracking and review. The [Patch Submission and Review with 
Arcanist guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md) 
explains how to install, configure, and use Arcanist to submit patches for 
review.
+
+## IRC Channels ##
+
+The official Enlightenment IRC channels, hosted on the Freenode network, are 
often the quickest way to communicate with fellow developers. Available in 
English, German, French, and Korean, the channels are accessible 24/7 and are 
open to both developers and end-users.
+
+Connection information is as follows:
+
+| IRC Server       | Port | Channel | Topic           |
+|------------------|------|---------|-----------------|
+| irc.freenode.net | 6667 | #e      | General         |
+| irc.freenode.net | 6667 | #e.py   | Python-related  |
+| irc.freenode.net | 6667 | #e.bsd  | BSD-related     |
+| irc.freenode.net | 6667 | #e.de   | General - German|
+| irc.freenode.net | 6667 | #e.fr   | General - French|
+| irc.freenode.net | 6667 | #e.kr   | General - Korean|
+
+## Mailing Lists ##
+
+The Enlightenment Project maintains several mailing lists, full details of 
which are available on the [Contact 
page](https://www.enlightenment.org/contact). The developer-focused lists, 
which are available in English only, are as follows:
+
+| Mailing List                                                                 
                | Archive                                                       
                                | Topic                        |
+|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------------|
+| 
[enlightenment-devel](http://lists.sourceforge.net/lists/listinfo/enlightenment-devel)
       | 
[SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-devel)
    | E/EFL development discussion |
+| 
[enlightenment-announce](http://lists.sourceforge.net/lists/listinfo/enlightenment-announce)
 | 
[SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-announce)
 | E/EFL announcements          |
+| 
[enlightenment-intl](http://lists.sourceforge.net/lists/listinfo/enlightenment-intl)
         | 
[SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-intl)
     | Internationalization changes |
+| [enlightenment-git](mailto:[email protected]?body=subscribe)       
                |                                                               
                                | Git commits                  |
+| [enlightenment-e-bork](mailto:[email protected]?body=subscribe) 
                |                                                               
                                | Quality assurance reports    |
\ No newline at end of file

-- 


Reply via email to