Ekaterina Gerasimova
607c840917
Update README to point to element-meta wiki
...
Shared processes have moved to element-meta so update README to point
there.
10 months ago
Ekaterina Gerasimova
d806927196
README: link to wiki for issue triage and labels
...
Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
10 months ago
David Baker
67164147a8
Uupdate README to require node 14
...
Another place we reference this
10 months ago
Paulo Pinto
feedeabee3
Improve phrasing
10 months ago
Kat Gerasimova
2d6a8d3d1e
Make triage wording in README friendlier
...
Co-authored-by: James Salter <iteration@gmail.com>
11 months ago
Kat Gerasimova
c29ef4bb5f
Add empty line to improve rendering in README
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
11 months ago
Kat Gerasimova
99c9824e15
Fix typo in triage text in the README
...
Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
11 months ago
Kat Gerasimova
d6606afd72
Improve wording for triage label usage in README
...
Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
11 months ago
Ekaterina Gerasimova
c90430954b
Update issue labelling guidelines in README
...
Add "prevalence" labels to use as a guideline for how often issues crop up.
Combine prevalence and severity to indicate correspondence to how defects
should be prioritised by the team.
11 months ago
Dariusz Niemczyk
a9f3f873a5
Add a .env config and explanation how to use HMR
11 months ago
Ezra Barrow
c7809ca751
Update README.md
12 months ago
Niels Basjes
281236432a
Provide documentation on how to run on Kubernetes
1 year ago
Germain
740bf51e46
Updated expected webpack output in setup guide
1 year ago
J. Ryan Stinnett
cc81cc714c
Add other conceptual themes
1 year ago
J. Ryan Stinnett
6afd289bcb
Tweak area label copy
1 year ago
J. Ryan Stinnett
0469805eb1
Update triage guide to match the new label scheme
...
Element Web issue labels have been changed to match a new scheme that has been
piloted by the [Synapse
team](https://github.com/matrix-org/synapse/issues/9460 ). The new triage
guidance here is largely borrowed from the Synapse guide, but with some
Element-specifics to reflect how we use priority, add code areas, etc.
1 year ago
J. Ryan Stinnett
5056e14060
Add Edge to the supported tier
...
Fixes https://github.com/vector-im/element-web/issues/9175
1 year ago
Richard van der Hoff
0d4958319b
README: remove Jenkins reference
1 year ago
Denis Kasak
b22484d203
Add configuration security best practices to the README.
...
Closes #13870 .
1 year ago
J. Ryan Stinnett
6583064cb4
A few additional packaging changes
...
This renames a few more packaging bits to match the new brand.
Fixes https://github.com/vector-im/element-web/issues/14896
2 years ago
Šimon Brandner
4c1752e18c
Cleanup
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2 years ago
Šimon Brandner
80e5c22065
Better wording
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2 years ago
Šimon Brandner
ab95183e4f
Added inotify instance limit info
2 years ago
J. Ryan Stinnett
d64639c70a
Rename Docker repo in docs
...
We now have a Docker repo named `element-web`, so this updates docs to match.
Fixes https://github.com/vector-im/element-web/issues/14930
2 years ago
J. Ryan Stinnett
6420120dd4
Update Weblate URL
2 years ago
Tom Lant
cad03d0c47
Update README.md
...
Including `git checkout develop` in the dev env instructions is redundant and confusing (since `develop` is already the default branch)
2 years ago
Weasy
c032067a30
Remove tag from `docker build` commands
2 years ago
Jonas Kress
85726c604e
Change riot to element
2 years ago
Jonas Kress
8a8c684ef9
Update links to element in the readme
2 years ago
Weasy
c4fae201e9
Address review comments
2 years ago
Weasy
c58a11c537
Update links in README.md to point to Element
2 years ago
Resynth
eac628ddcf
Update README.md
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2 years ago
Resynth
d9c2b34249
Update README.md
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2 years ago
Resynth
2657df8f3f
Change Riot to Element
2 years ago
chagai95
b10fdf3d4b
Added Anchor Link to the development of matrix sdk
...
The link before just sent you to the matrix sdk repository, now it sends you to the development section.
2 years ago
Michael Telatynski
f4e21c3fc7
Remove electron_app as we now have riot-desktop repo
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Danny Colin
1dbbdb252c
Add instruction to resolve the inotify watch limit issue
...
On Linux, it's common that the system limit the number of files that can be monitored. If
this limit is too low then the build script will fail.
Signed-off-by: Danny Colin <contact@dannycolin.com>
2 years ago
C. Yang
2514a33892
Fix broken yarn install link in README.md
2 years ago
J. Ryan Stinnett
5808ea2ba1
Add notes about chatting with the team
2 years ago
J. Ryan Stinnett
b8766d5fb4
Clarify supported tier means desktop OSes
...
This clarifies that the "supported" tier is for browser and the official app on
desktop OSes only.
Fixes https://github.com/vector-im/riot-web/issues/12421
2 years ago
J. Ryan Stinnett
e1eb354c1c
Add experimental support tier
...
This updates and rewrites the supported environments portion of the README. It
also adds a new experimental support tier to clarify how we'll handle things
like installed PWAs and mobile web.
2 years ago
Michael Telatynski
22d0d1029e
update README
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2 years ago
Travis Ralston
b23318be8d
Clarify which versions of what we support
3 years ago
Travis Ralston
1bd473a1b9
Move caching requirements higher in the readme
3 years ago
J. Ryan Stinnett
2c0559dbea
Remove mention of CI scripts from docs
...
This removes `fetch-develop.deps.sh` from the docs, as it's designed more for
use on CI environments and ends up causing confusion when used for anything
else.
Fixes https://github.com/vector-im/riot-web/issues/11247
3 years ago
Bruno Windels
a3a8da1746
provide deep link to e2e instructions in react sdk
3 years ago
Bruno Windels
d1a5376dae
clarify where the e2e tests are located
3 years ago
Michael Kohler
9e27cb713f
Add config.json copy instruction to 'Development' as well
3 years ago
rugk
658c5b42be
Update README.md
...
Co-Authored-By: Travis Ralston <travpc@gmail.com>
3 years ago
rugk
f7bab88079
Improve exceptions mention
...
In addition to fixes from review, also add link to official source with more information.
3 years ago