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: Docs/Contributing.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document will introduce you to a number of ways you can contribute to Open
4
4
5
5
## Discussion
6
6
7
-
Please see the [Community](http://openrails.org/share/community/) page on our website for details of the forums where Open Rails discussion happens.
7
+
If you'd like to discuss anything Open Rails, please visit [our forums on Elvas Tower](https://www.elvastower.com/forums/index.php?/forum/190-open-rails-simulator-project/).
8
8
9
9
## Reporting a bug
10
10
@@ -38,7 +38,7 @@ There are no additional requirements for the pull request.
38
38
39
39
### Refactoring process
40
40
41
-
If you'd like to refactor the existing code you can get started immediately, but please have a look at our [architecture requirements](#architecture-requirements). We welcome architectural discussions on our [forum](http://www.elvastower.com/forums/index.php?/forum/256-developing-features/).
41
+
If you'd like to refactor the existing code you can get started immediately, but please have a look at our [architecture requirements](#architecture-requirements). We welcome architectural discussions in [our Developing Features forum on Elvas Tower](https://www.elvastower.com/forums/index.php?/forum/256-developing-features/).
42
42
43
43
There are no additional requirements for the pull request.
44
44
@@ -74,7 +74,7 @@ flowchart
74
74
All new features must result in the following three things existing:
75
75
76
76
1. A road-map card in [Trello](https://trello.com/b/DS2h3Pxc/open-rails-roadmap)
77
-
2. A forum discussion in [Elvas Tower](http://www.elvastower.com/forums/index.php?/forum/299-open-rails-development-testing-and-support/) more than one week old with all issues resolved
77
+
2. A forum discussion in [Elvas Tower](https://www.elvastower.com/forums/index.php?/forum/256-developing-features/) more than one week old with all issues resolved
78
78
3. A pull request
79
79
80
80
These things must be done in the required order:
@@ -102,7 +102,7 @@ If you do not know what to work on, you can find bugs and features we are intere
102
102
103
103
If multiple things are interesting to you, we would prefer that you choose the item with the highest priority to us - a higher importance or heat in Launchpad bugs and lowest version number in Trello cards.
104
104
105
-
If you're unsure what you could contribute to in the code, and nothing looks interesting in the _confirmed bugs_ and _accepted feature requests_, please get in touch on the [Elvas Tower forums](http://www.elvastower.com/forums/index.php?/forum/299-open-rails-development-testing-and-support/), giving us some idea of your experience and interests, and we'll do our best to find something for you.
105
+
If you're unsure what you could contribute to in the code, and nothing looks interesting in the _confirmed bugs_ and _accepted feature requests_, please get in touch using [our forums on Elvas Tower](https://www.elvastower.com/forums/index.php?/forum/190-open-rails-simulator-project/), giving us some idea of your experience and interests, and we'll do our best to find something for you.
106
106
107
107
### General requirements
108
108
@@ -147,7 +147,7 @@ For each object stored in a field or property that is accessed from multiple thr
147
147
- Update the root object by (as above) copying into a local, cloning/making a new version from the old version, and finally storing into the root
148
148
- If multiple threads can update the root, the final store into root must be done using an interlocked compare-and-exchange with a loop in case of failure
149
149
150
-
If you are in any doubt about the use of data by multiple threads, or your implementation of the above rules, please ask in the [Elvas Tower](http://www.elvastower.com/)forums.
150
+
If you are in any doubt about the use of data by multiple threads, or your implementation of the above rules, please ask for help in [our forums on Elvas Tower](https://www.elvastower.com/forums/index.php?/forum/190-open-rails-simulator-project/).
0 commit comments