Commit graph

21 commits

Author SHA1 Message Date
muxator
decfdb6abe readme: language revision. Removed stale info.
Tried to simplify the document, to reduce unneded info, and to use a less
informal language.

For example, the introductory links describing git made sense 10 years ago.
Today they are not needed to understand what Etherpad is.
And mercurial was always better than git, anyways :)

The mailing list and the IRC channel seem pretty dead by now. Let's just
move everything to Github issues, which was the de facto situation anyways.

About the donation links: I am the maintainer, and I do not know the identity of
the owners of the donation links, so it is correct to remove them. The same was
done on the website three months ago:
https://github.com/ether/ether.github.com/commit/d4ef04605da5
2019-10-20 00:40:18 +02:00
muxator
312c72c364 formatting: bulk remove trailing whitespaces
Do not touch vendorized files (e.g. libraries that were imported from external
projects).

No functional changes.

Command:
    find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
2019-10-20 02:09:22 +02:00
HairyFotr
fce55df2b7 Fix typos 2019-01-16 11:14:04 +01:00
muxator
7a6d969537 docs: started writing down the requirements for pull requests
No more merge commits in the PR: we want to be able to bisect easily.
Probably the whole doc needs to be updated. Also, we need to have templates for
PRs and Bug Reports, and they have to be described in the document.

Fixes #3454
2018-08-15 02:19:05 +02:00
muxator
379690abbf tests: backend tests are now run with "npm test" instead of a custom bash script 2018-07-28 23:54:51 +02:00
John McLear
0225acfa06
Update CONTRIBUTING.md 2018-04-06 10:40:36 +01:00
John McLear
68d81e839c
Update CONTRIBUTING.md 2018-04-06 10:38:14 +01:00
HairyFotr
c7548450c0
Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
Kay Strobach
1f023c52bc Add: How to create an issue
How to create an issue and which information should be given
2015-01-23 08:14:01 +01:00
John McLear
44f8b43719 Update CONTRIBUTING.md 2014-03-15 17:26:02 +00:00
Eric Schrijver
b34224559d ‘Etherpad Lite’ -> ‘Etherpad’ 2013-09-29 13:57:37 +02:00
Eric Schrijver
384f500d4c Clarify how to access tests
Add @marcelklehr’s clarification in https://github.com/ether/etherpad-lite/issues/1859
2013-09-01 11:23:31 +02:00
Kyle Kelley
406c9e38ea Grammar fix 2013-07-18 13:44:13 -05:00
accolade
f972d2a92d (( 2 typos 2013-03-16 17:05:23 +01:00
John McLear
b82af40735 Update CONTRIBUTING.md 2012-12-03 18:16:19 +00:00
John McLear
7e4b47f384 Update CONTRIBUTING.md 2012-12-03 18:15:55 +00:00
John McLear
3c8258f54d Update CONTRIBUTING.md 2012-12-03 18:15:39 +00:00
John McLear
26ee9c2f16 Update CONTRIBUTING.md 2012-11-14 19:01:05 +00:00
Marcel Klehr
545026affa Try to clean up CONTRIBUTING.md
and make things clearer
2012-11-08 17:50:17 +01:00
John McLear
6148548e00 Fix unclickable / broken links to IRC webchat 2012-11-07 11:10:36 +01:00
Marcel Klehr
087560ea6c Let Github know our Dev Guidelines
https://github.com/blog/1184-contributing-guidelines
2012-09-22 12:55:49 +02:00