Skip to content

Commit b46fa2e

Browse files
authoredJun 13, 2024··
TASK: Update CONTRIBUTING.md with "old" content
1 parent d7bceb3 commit b46fa2e

File tree

1 file changed

+102
-6
lines changed

1 file changed

+102
-6
lines changed
 

‎CONTRIBUTING.md

+102-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,101 @@
11
# Contributing
22

3+
**Neos and Flow are open-source software built by a global community to create an innovative Content Application Platform. Everyone is welcome to contribute to the community and has the possibility to influence the project.**
4+
5+
Please be considerate of our [code of conduct](https://www.neos.io/about/code-of-conduct.html)! We like to provide a positive and enjoyable environment for everybody.
6+
7+
Do you want to get a certain improvement in Neos or Flow? Did you find a problem? Do you want to help translate, promote or document the products?
8+
9+
Become part of the Neos project community and help us build a content management system with a great user experience!
10+
11+
----------
12+
13+
## How to participate
14+
15+
The development of the project is structured in an agile way. You can found more details about the current teams on the official Neos website. You can join one of those team or decide to simply send a single or irregular contributions. All contributions are welcome.
16+
Our [Code contribution guidline](https://discuss.neos.io/t/code-contribution-guideline/503) might also be helpful to start with.
17+
18+
### You are a design or UX expert?
19+
20+
The Neos project is focused on providing first class UX for our products. Help out with Neos CMS user interaction design or graphic design! Get in touch using our [Design & UX](https://discuss.neos.io/c/creating/design-ux) discussion forum.
21+
22+
### You are a Content Strategist?
23+
24+
We love content, so we try to solve today's (and tomorrows's!) problems in producing, curating and managing content. Input from you as a content strategist help us to reach our goal. Contact us hello@neos.io to see how we can collaborate.
25+
26+
### You are a coder? Backend, frontend or both?
27+
28+
#### Our stack
29+
30+
We spend our time on the following tools, you should have a good understanding of this tooling.
31+
32+
- PHP
33+
- MySQL / PostgreSQL
34+
- ReactJS
35+
- Git
36+
37+
You can find us on [GitHub](https://github.com/neos) and we use it as our main issue tracker as well.
38+
39+
#### Related resources
40+
41+
Read on further down!
42+
43+
### You have skills in marketing, branding or product strategy?
44+
45+
The Neos project is responsible for the Neos brand and we manage two product Neos CMS, our content application platform, and Flow Framework, a modern PHP based framework designed to support Neos or any complex PHP application.
46+
47+
We are currently in the process to create the identity for the Neos brand. If you have skills in this area your are highly welcome, just ping us to have more information on the current status of the branding project.
48+
49+
### You have other skills that you think can be useful for the community?
50+
51+
Who knows, some of your skills are not in this list, but can be really useful for the community. You are a project manager, an event organizer, a brewer, a team builder and yoga trainer and you want to support an open source community, connect with us: **hello@neos.io**
52+
53+
We certainly have a something that matches your dream job and where you can help the project.
54+
55+
### Test
56+
57+
Your are an end user, enthusiast developer and you have some hours to help the community? Let's see how you can setup Neos, test the product and report issue to the community.
58+
59+
60+
#### Related resources
61+
62+
Read on further down!
63+
64+
#### Our stack
65+
66+
We spend our time on the following tools, you should have a good understanding of this tooling.
67+
68+
- PHPunit (unit and functional testing)
69+
- Behat (functional testing)
70+
- GIT
71+
72+
You can find us on [Github](https://github.com/neos) and we also use it as our main issue tracker.
73+
74+
### Translate and document
75+
76+
You can contribute to the translation process, by creating an account at [Crowdin](https://crowdin.com/project/neos).
77+
78+
On a regularly basis we synchronize the translation from Crowdin to our Git repositories (internally XLIFF is used for storing translations). See the [description of the translation process](https://www.neos.io/contribute/translating-neos.html) on our website for details.
79+
80+
### You have some knowledge, try to help others
81+
82+
Answer questions about the products use and development.
83+
84+
- Join our community discussion on [discuss.neos.io](https://discuss.neos.io)
85+
- Meet us on Slack [slack.neos.io](http://slack.neos.io)
86+
87+
### Support the Neos Project development with bounties
88+
89+
The Neos project is in the process of founding a legal body. Until then it is not possible to directly donate to the Neos project. For the time being Sandstorm Media has therefore agreed with the Neos team to sell Neos supporter badges and use all revenues to support the Neos project. [Check our donations page](https://www.neos.io/contribute/donating-to-neos.html)
90+
91+
## Thanks for helping Neos CMS and Flow Framework
92+
93+
If you have any questions, [we are happy to help you](https://www.neos.io/contact).
94+
95+
---
96+
97+
## Details on development and testing
98+
399
**For (specific) Notes on Neos 9, see further down…**
4100

5101
If you want to contribute to Neos and want to set up a development environment, then follow these steps:
@@ -41,15 +137,15 @@ https://discuss.neos.io/t/creating-a-pull-request/506 and
41137
https://discuss.neos.io/t/git-branch-handling-in-the-neos-project/6013
42138

43139

44-
## Neos 9
140+
### Neos 9
45141

46142

47-
### Prerequisites
143+
#### Prerequisites
48144

49145
- You need PHP 8.2 installed.
50146
- Please be sure to run off the Neos development distribution in branch 9.0, to avoid dependency issues.
51147

52-
### Setup
148+
#### Setup
53149

54150
The Event-Sourced Content Repository has a Docker Compose file included in `Neos.ContentRepository.BehavioralTests` which starts both Mariadb and Postgres in compatible versions. Additionally, there exists a helper to change the configuration in your distribution (`/Configuration`) to the correct values matching this database.
55151

@@ -95,9 +191,9 @@ Do the following for setting up everything:
95191
popd
96192
```
97193

98-
### Running the Tests
194+
#### Running the Tests
99195

100-
#### Behavioural tests (Behat)
196+
##### Behavioural tests (Behat)
101197

102198
The normal mode is running PHP locally, but running Mariadb / Postgres in containers (so we know
103199
we use the right versions etc).
@@ -126,7 +222,7 @@ FLOW_CONTEXT=Testing/Behat ../../../../../flow raceConditionTracker:reset
126222
FLOW_CONTEXT=Testing/Behat ../../../../../flow raceConditionTracker:analyzeTrace
127223
```
128224

129-
#### Benchmark tests
225+
##### Benchmark tests
130226

131227
For those you need to install `phive` first, see https://phar.io/#Install, and then run
132228

0 commit comments

Comments
 (0)
Please sign in to comment.