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
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# Issue Report Contributions:
2
2
3
-
* Bug reports will only be accepted if they occur on [master](https://github.com/project-topaz/topaz/tree/master)
4
3
* If an issue involves incorrect NPCs or text, please include your client version (type `/ver` in game)
5
4
* Unimplemented feature requests must be _retail behavior_, and adequetly cover everything about that feature which is missing.
6
5
7
6
----
8
7
9
8
# Pull Request Contributions:
10
9
11
-
**By submitting a pull request to Project Topaz, you agree to our [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/tree/master/CONTRIBUTOR_AGREEMENT.md)**
10
+
**By submitting a pull request to Project Topaz, you agree to our [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md)**
12
11
13
12
All contributions must be done through pull requests to the Topaz repository. We don't take fixes from Discord to apply ourselves. If you need help with making a pull request, there is a GitHub guide on how to do so. If you still need help after consulting the guide, you can ask for help in Discord and we will be happy to help you.
<!-- place 'x' mark between square [] brackets to affirm: -->
2
2
**_I affirm:_**
3
-
-[] that I agree to Project Topaz's [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/blob/master/CONTRIBUTOR_AGREEMENT.md), as written on this date
3
+
-[] that I agree to Project Topaz's [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md), as written on this date
4
4
-[] that I've _tested my code_ since the last commit in the PR, and will test after any later commits
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
Project Topaz
2
2
========
3
3
4
-
**If you're switching to Project Topaz from Darkstar Project, portions of our project may be governed by the [GNU AGPLv3](https://github.com/project-topaz/topaz/blob/master/AGPL3) instead of the [GNU GPLv3](https://github.com/project-topaz/topaz/blob/master/GPL3). This may require your server source code to be made available to users.**
4
+
**If you're switching to Project Topaz from Darkstar Project, portions of our project may be governed by the [GNU AGPLv3](http://project-topaz.com/blob/release/AGPL3) instead of the [GNU GPLv3](http://project-topaz.com/blob/release/GPL3). This may require your server source code to be made available to users.**
5
5
6
-
**Any such portions will be clearly marked as being governed by the AGPLv3 in all relevant source files. Any source code not so marked is instead governed by the GPLv3, and may be used or modified without offering source to connecting users, provided it is not combined with any AGPLv3 source code. See Section 13 of both the [GPLv3](https://github.com/project-topaz/topaz/blob/master/GPL3#L552) and [AGPLv3](https://github.com/project-topaz/topaz/blob/master/AGPL3#L540) for more information, and the [Project Topaz License](https://github.com/project-topaz/topaz/blob/master/LICENSE) for [additional permissions](https://github.com/project-topaz/topaz/blob/master/LICENSE#L182) which may exempt you from this requirement.**
6
+
**Any such portions will be clearly marked as being governed by the AGPLv3 in all relevant source files. Any source code not so marked is instead governed by the GPLv3, and may be used or modified without offering source to connecting users, provided it is not combined with any AGPLv3 source code. See Section 13 of both the [GPLv3](http://project-topaz.com/blob/release/GPL3#L552) and [AGPLv3](http://project-topaz.com/blob/release/AGPL3#L540) for more information, and the [Project Topaz License](http://project-topaz.com/blob/release/LICENSE) for [additional permissions](http://project-topaz.com/blob/release/LICENSE#L182) which may exempt you from this requirement.**
7
7
8
8
Welcome to Project Topaz, an emulation server for FFXI.
9
9
Visit our Discord to keep in touch with the latest developments.
You can find the tracker here: https://github.com/project-topaz/topaz/issues
19
+
You can find the tracker here: http://project-topaz.com/issues
20
20
21
21
Make sure both your FFXI client and the Topaz server are fully updated (and servers have been rebuilt with the latest code), to check the commit log since your last known update to see if the bug has already been fixed, and to use GitHub's search to see if the bug already been reported, before submitting a new bug report.
22
22
@@ -26,11 +26,11 @@ We do take issues detailing unimplemented features _if_ the feature is _retail b
26
26
27
27
Pull Requests
28
28
========
29
-
**By submitting a Pull Request to Project Topaz, you agree to our [Limited Contributor License Agreement](https://github.com/project-topaz/topaz/blob/master/CONTRIBUTOR_AGREEMENT.md)**
29
+
**By submitting a Pull Request to Project Topaz, you agree to our [Limited Contributor License Agreement](http://project-topaz.com/blob/release/CONTRIBUTOR_AGREEMENT.md)**
30
30
31
31
Commits should contain a descriptive name for what you are modifying
32
32
33
-
Check the contributing guide for the project style guide: https://github.com/project-topaz/topaz/blob/master/CONTRIBUTING.md
33
+
Check the contributing guide for the project style guide: [Contributing](http://project-topaz.com/blob/release/CONTRIBUTING.md)
34
34
35
35
You must *test your code* before committing changes/submitting a pull request. You break it you fix it!
0 commit comments