You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ There are many ways you can help us in this project:
30
30
- tell us when you face **bugs** by creating a [bug report issue](#reporting-a-bug)
31
31
-**contribute some code** to the project, by making a [pull request](#code)
32
32
33
-
Overall, don't hesitate to get in touch with us throught this project [issues](https://github.com/voyages-sncf-technologies/vboard/issues) for any request,
33
+
Overall, don't hesitate to get in touch with us throught this project [issues](https://github.com/sncf-connect-tech/vboard/issues) for any request,
34
34
even for simple questions.
35
35
36
-
We use [GitHub projects](https://github.com/voyages-sncf-technologies/vboard/projects/1) as a simple workflow to triage the issues.
36
+
We use [GitHub projects](https://github.com/sncf-connect-tech/vboard/projects/1) as a simple workflow to triage the issues.
37
37
38
38
# Suggesting new features
39
39
40
-
First off, make sure it hasn't been suggested yet by making a quick [issues search](https://github.com/voyages-sncf-technologies/vboard/issues).
40
+
First off, make sure it hasn't been suggested yet by making a quick [issues search](https://github.com/sncf-connect-tech/vboard/issues).
41
41
42
42
If not, simply open an issue including the following information:
43
43
- a short description of what you have in mind
@@ -52,7 +52,7 @@ If not, simply open an issue including the following information:
52
52
53
53
# Reporting a bug
54
54
55
-
First off, make sure it hasn't been reported before by making a quick [issues search](https://github.com/voyages-sncf-technologies/vboard/issues).
55
+
First off, make sure it hasn't been reported before by making a quick [issues search](https://github.com/sncf-connect-tech/vboard/issues).
56
56
57
57
If not, please open an issue including the following information:
58
58
- the current version of V.Board you are using
@@ -63,7 +63,7 @@ If not, please open an issue including the following information:
63
63
64
64
# Code
65
65
66
-
For newcomers, we maintin a list of [good first issues](https://github.com/voyages-sncf-technologies/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
66
+
For newcomers, we maintin a list of [good first issues](https://github.com/sncf-connect-tech/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
67
67
including bug fixes and minor improvments,
68
68
to get you started with the code.
69
69
@@ -96,14 +96,14 @@ Moreover, we use Docker to have a convenient way to deploy the full app or launc
96
96
It may suffice if you don't want to install NodeJS for example, but will not be very handy to use to develop the Java backend iteratively.
97
97
98
98
Please check the `README.md` of each component for more information:
-> come look at our [good first issues](https://github.com/voyages-sncf-technologies/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
3
+
-> come look at our [good first issues](https://github.com/sncf-connect-tech/vboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
4
4
5
-
[](https://github.com/voyages-sncf-technologies/vboard/actions?query=branch%3Amaster)
5
+
[](https://github.com/sncf-connect-tech/vboard/actions?query=branch%3Amaster)
V.Board is an information sharing app. It allows users to share "pins", that is byte-size pieces of information: an URL, a picture and a short description.
@@ -83,7 +83,7 @@ It is shared between the `ws` and `front` services: `ws` writes in it and `front
83
83
There are 3 supported mode of authentication, that are activated in this order:
84
84
85
85
- through a [Keycloak instance](https://www.keycloak.org), if the environment variables `$KCK_ENABLED`, `$KCK_PUBLIC_HOST` & `$KCK_REALM_KEY` are defined,
0 commit comments