101 Commits

Author SHA1 Message Date
Moritz Eck
28aac2ec24
Merge branch 'master' into feature/german-translations-update 2020-11-20 10:45:34 +01:00
Akhil Mohan
6b6c1e2f7d
made the contributing.md a bit more clear (#8689)
Signed-off-by: akhilmhdh <akhilmhdh@gmail.com>
2020-11-19 10:07:46 +01:00
Moritz Eck
32c633d6be remove old node versions from CONTRIBUTING.md
Signed-off-by: Moritz Eck <moritz.eck@gmail.com>
2020-11-11 19:21:55 +01:00
Alexandre BODIN
2e24b6f864
Merge pull request #8011 from strapi/forum
Update all references from GHD to Forum
2020-09-24 15:15:29 +02:00
Derrick Mehaffy
7ecf2d74b8 Update all references from GHD to Forum
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-23 08:49:42 -07:00
Peter Etelej
318f20e826
Bump up minimum required Node to 10.16 (#7962)
Updated README docs & package.json `engine` versions to bump up the
minimum required Node version from `10.10` to `10.16` (or `10.16.0+`)

Strapi no longer supports `10.10` since it updated `sharp` to `0.26.0`
( https://github.com/strapi/strapi/pull/7729 ) which requires Node 10.16.0+
(See https://github.com/lovell/sharp/blob/master/docs/changelog.md#v0260---25th-august-2020 )

` yarn create strapi-app my-project --quickstart` on 10.10 fails with error
```
error sharp@0.26.0: The engine "node" is incompatible with this module. Expected version ">=10.16.0". Got "10.10.0"
error Found incompatible module.
```

Signed-off-by: Peter Etelej <peter@etelej.com>
2020-09-22 16:00:13 +02:00
DMehaffy
024b337b09
Update node version requirements for v10 to v12 (#7409)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-02 17:11:59 +02:00
Alexandre Bodin
62b2192c95 Update license info
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 18:40:52 +02:00
Boom Lee
a26b4f65a8
Fix node version (#6482) (#6691) 2020-06-16 11:32:23 +02:00
Derrick Mehaffy
50efc3ae49
typo fix
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-09 06:00:43 -07:00
Derrick Mehaffy
eb80e1fa94
Update Contrib guide defining Doc PRs
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-09 05:56:06 -07:00
Abdón Rodríguez Davila
d38b9d35b9
Fix multiple doc links (#6375) 2020-05-27 12:29:53 +02:00
Derrick Mehaffy
a44d583828
Remove Stack Overflow and Spectrum from project and use GH Discussions
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-20 04:05:27 -07:00
Alexandre Bodin
f7a8d06f54 Add docker-compose.dev file to easily work with different databases in dev mode
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Remove old files not used anymore

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Added info about conflict with local db instances and how to change port configurations

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Fix typos

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-30 19:05:31 +02:00
Virginie Ky
bdff39020c Merge branch 'front/dz-post-data' of github.com:strapi/strapi into ctm-ui 2019-12-09 11:14:42 +01:00
Jim LAURIE
509f7a60e5
Fix soupette feedback 2019-12-03 13:59:34 +01:00
Max Helmetag
48a07d4008 remove old admin panel warning 2019-10-30 00:40:31 -07:00
jundi14
b3edc32c2e
typo
hello brother
I found a writing error 

formated >>formatted
2019-10-29 21:43:48 +07:00
Jim LAURIE
c86f402c56 Add rfc in contributing guide and add some comment 2019-09-27 13:56:45 +02:00
Alexandre Bodin
bb036333a2 Init upload plugin e2e tests 2019-08-06 10:46:53 +02:00
Jim LAURIE
6dd78863e9 Rename docs version name 2019-06-01 18:41:38 -07:00
davidkartuzinski
9dda869b0a Revisions to Contributing Guide 2019-05-28 15:33:07 +02:00
Alexandre BODIN
1b4b687699
UPDATE node js version 2019-05-27 21:57:02 +02:00
soupette
7af981865e Update PR feedback 2019-05-27 20:28:15 +02:00
soupette
71f03745b6 Update the contributing guide 2019-05-27 18:57:24 +02:00
Jim LAURIE
1a0e1d3bb8
Trim 2019-04-03 15:45:13 +02:00
Jim LAURIE
b73c69076e
Merge branch 'master' into master 2019-04-03 14:01:51 +02:00
Jim LAURIE
f0eaa58d8d Add PR merge pause 2019-04-02 20:02:09 +02:00
Shmavon Gazanchyan
b2510198c1 Update CONTRIBUTING.md with fixes of minor typos 2019-03-30 19:13:22 +00:00
Jim LAURIE
64a6244621
Merge branch 'master' into get-started-docs-PR 2019-03-14 11:01:19 +01:00
Jim LAURIE
7ca9df9937 Update md instalation links 2019-03-14 10:59:01 +01:00
Alexandre Bodin
d147015662 Updates after review
- Clean comments
- Ignore all tmp paths with a Regexp
2019-03-13 16:43:05 +01:00
Paolo Ragone
e998825b4d Added some documentation 2019-01-10 21:53:17 +13:00
Nick Verwymeren
7ea6950968
added noted for fish shell users
Trying to carry out the steps here in fish shell will result in the symlinks being incorrectly interpreted by Strapi at run time. Added a message here to make sure fish shell users don't spend a bunch of time trying to debug their setup (as I did).
2018-12-17 15:47:59 -06:00
mnlbox
8f44b07883 add productboard link to CONTRIBUTING.md 2018-11-28 15:31:57 +03:30
Jim LAURIE
52de49a69c
Link installation guide 2018-11-01 11:57:13 +01:00
Umut Tuncer
98fba70983
Update CONTRIBUTING.md
Strapi requirements changed. I guess need to update contributing guide need to change too.
2018-10-31 12:34:33 +03:00
Alberto Maturano
bdde29eba8 Use the personal repository for contributions
Or, the fork step should not be there...
2018-10-04 17:05:29 -05:00
Farooq Abdul Rehman
3674f21e11
Fixed grammatical errors 2018-08-28 10:03:29 +05:00
Aurélien GEORGET
cc71294de6
Fix typo contributing guide 2018-08-08 14:40:18 +02:00
Aurélien GEORGET
092cf8f763
Update CONTRIBUTING.md 2018-08-08 14:39:21 +02:00
Aurelsicoko
499dbfd43e Update the contributing guide 2018-08-08 14:30:40 +02:00
Jim Laurie
b0a2ae5989 Update contributing guide - remove analytics setup 2018-06-13 15:42:18 +02:00
Jim Laurie
9e0401de25 Update issue and pr templates 2018-05-04 12:44:15 +02:00
soupette
7088f70e94 Add steps in the CONTRIBUTING_GUIDE and plugin development sections 2018-04-30 14:00:08 +02:00
soupette
b22929f006 Add new setup command to the contributing guide 2018-04-27 16:45:34 +02:00
cyril lopez
a641b8ec93 Update contributing guide 2017-12-13 12:21:16 +01:00
Aurelsicoko
85bf446979 Improve readibility of contributing guide 2017-09-29 14:33:41 +02:00
Aurelsicoko
d5c964f539 Add contributing guide 2017-09-29 14:20:17 +02:00
loicsaintroch
de96d913dd Form multi repos to mono repo workflow 2016-03-18 11:12:50 +01:00