Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
haskell-gargantext
Commits
26d65e3b
Commit
26d65e3b
authored
Jul 01, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Developer Guidelines, adding style
parent
a8ad31d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
23 deletions
+20
-23
CONTRIBUTING.md
CONTRIBUTING.md
+0
-22
DEVELOPER_GUIDELINES.md
DEVELOPER_GUIDELINES.md
+20
-1
No files found.
CONTRIBUTING.md
deleted
100644 → 0
View file @
a8ad31d0
# Contributing
## Code contribution
We use Git to share and merge our code.
## Style
We are using the common Haskell Style:
https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
## Code Of Conduct
Be constructive as sharing our code of conduct
## Chat with us
We are on IRC:
[
irc.oftc.net, channel #gargantext
](
ircs://irc.oftc.net:6697/#gargantext
)
You can join via Matrix, just search for: #_oftc_#gargantext:matrix.org
You can also join via XMPP:
<xmpp://#gargantext%irc.oftc.net@irc.jabberfr.org?join>
DEVELOPER_GUIDELINES.md
View file @
26d65e3b
...
...
@@ -39,6 +39,7 @@ all developers about how to:
The rest of the document try to answer all those questions.
## Glossary
-
GIT: _Git_ is a distributed version control system
...
...
@@ -57,7 +58,25 @@ The rest of the document try to answer all those questions.
The following is a non-exhaustive list of the development guidelines.
### Main working Branches
### Style
When we code, we are using the
[
common Haskell Style guide
](
https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
)
.
### Code Of Conduct
Please be constructive as sharing our
[
code of conduct
](
https://gitlab.iscpif.fr/gargantext/main/blob/master/CODE_OF_CONDUCT.md
)
.
### Chat with us !
We are on IRC:
[
irc.oftc.net, channel #gargantext
](
ircs://irc.oftc.net:6697/#gargantext
)
You can join via Matrix, just search for: #_oftc_#gargantext:matrix.org
You can also join via XMPP:
<xmpp://#gargantext%irc.oftc.net@irc.jabberfr.org?join>
## Git Collaboration Guidelines
### Git Main working Branches
3 main branches are used in the distributed version control system (Git) of GarganText:
-
_dev_ branch for latest development
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment