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: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,13 @@ Then search for Customize+ in the plugin manager.
10
10
11
11
## FAQ
12
12
13
-
### Where do I learn how to use Customize+?
14
-
Most of the things should be self-explanatory, if you do need help you can join the [Aetherworks Discord](https://discord.gg/KvGJCCnG8t) and ask in the appropriate channel.
13
+
### I need help with using Customize+!
14
+
You can try finding it in support discord server run by volunteers: [Aetherworks](https://discord.gg/KvGJCCnG8t). **Do not ask for help or support in issues section on GitHub.**
15
+
⚠ Please note that at the current time the developers do not actively participate in support or discussions on that server.
15
16
16
17
### How do I report a bug in Customize+ or leave a suggestion?
17
-
GitHub issues is the primary place for posting bugs and suggestions related to Customize+. **But!** First we ask you join [Aetherworks Discord](https://discord.gg/KvGJCCnG8t) and consult our help team about your issue first. It's highly likely that you are not experiencing a bug in Customize+.
18
+
First we ask you join [Aetherworks Discord server](https://discord.gg/KvGJCCnG8t) and consult with volunteer support team about your issue first. It's highly likely that you are not experiencing a bug in Customize+.
19
+
Before reporting bug or leaving a suggestion in this GitHub you need to **carefully** read [issue creation guidelines](https://github.com/Aether-Tools/CustomizePlus/issues/11).
18
20
19
21
### When will Customize+ be updated?
20
22
This plugin is being worked on when developers have free time and have a desire to do so, therefore update schedule does not exist. Real life and paid employment take priority over this project.
@@ -25,15 +27,18 @@ Customize+ provides IPC for integrations with other plugins. We have opted for i
25
27
## Contributing
26
28
**This is important, please read before contributing.**
27
29
28
-
Before you contribute your code and features we would like to ask you to first discuss your ideas with us so you don't spend your time making something that possibly won't be accepted. It is possible that your idea might be either out of scope for this project or we have a specific vision for how it should be implemented.
30
+
Before you contribute your code and features we would like to ask you to first discuss your ideas with us so you don't spend your time making something that possibly won't be accepted. It is possible that your idea might be either out of scope for this project or we have a specific vision for how it should be implemented. You can do that in free form using Issues section.
29
31
30
32
We expect contributed code to adhere to the code style of already existing code and be reasonably well tested. We kindly ask you to be ready to make changes to the code in your Pull Requests if we feel like it needs to be changed.
31
33
34
+
## Development team
35
+
*[Risa](https://github.com/RisaDev/) - Author and Lead Developer.
36
+
32
37
## Acknowledgements
33
38
* User interface and general plugin architecture is heavily based on the code written as a part of [Glamourer](https://github.com/Ottermandias/Glamourer) and [OtterGui](https://github.com/Ottermandias/OtterGui/) projects. Original code is licensed under Apache License 2.0.
34
39
* Some of the game object interaction code is copied from [Penumbra](https://github.com/xivdev/Penumbra) and [Glamourer](https://github.com/Ottermandias/Glamourer) projects in order to make Customize+ not rely on Penumbra being installed.
35
40
* GitHub workflows have been taken from [Glamourer](https://github.com/Ottermandias/Glamourer) project.
36
-
* Customize+ makes use of [ECommons](https://github.com/NightmareXIV/ECommons) library for IPC functionality.
41
+
* Customize+ makes use of code from [ECommons](https://github.com/NightmareXIV/ECommons) library for IPC functionality.
37
42
*[Dalamud](https://github.com/goatcorp/Dalamud) team for making plugins possible at all.
38
43
* Special thanks goes to Yuki, Phenrei, Stoia, dendr01d and others for developing and maintaining original version of Customize+.
39
44
* Everyone who contributed code and features through pull requests.
0 commit comments