Update Discord link & Security contaact email

This commit is contained in:
KarimTamani
2026-02-09 22:11:29 +01:00
parent 14db841617
commit 39317143b1
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
tamanikarim50@gmail.com.
contact@stackrender.io.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
+2 -2
View File
@@ -27,10 +27,10 @@ If you find a bug:
If you have an idea for improvement:
- Open a **feature request** in the issues section.
- Describe the feature and explain why it would be useful.
- You may also discuss ideas with the community on [Discord](https://discord.gg/DsN8RcPR6Y).
- You may also discuss ideas with the community on [Discord](https://discord.gg/4dv26jR4Pj).
## License Agreement
By contributing, you agree that your work will be licensed under the **GNU Affero General Public License v3.0**.
## Questions or Support
If you have questions about the contribution process, open a discussion on GitHub or reach out on our [Discord](https://discord.gg/DsN8RcPR6Y).
If you have questions about the contribution process, open a discussion on GitHub or reach out on our [Discord](https://discord.gg/4dv26jR4Pj).
+3 -3
View File
@@ -6,7 +6,7 @@
<img src="https://img.shields.io/badge/Start%20Building!-gray.svg?logo=data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZENzAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMyBMMiAxMyBoNyBMMTEgMjEgTDIyIDExIGgtNyBMIDEzIDMgeiIvPjwvc3ZnPg==" alt="Start Building!" />
</a>
<a href="https://discord.com/invite/DsN8RcPR6Y">
<a href="https://discord.com/invite/4dv26jR4Pj">
<img src="https://img.shields.io/discord/1352085267535761448?color=5865F2&label=Discord&logo=discord&logoColor=white" alt="Discord community channel" />
</a>
<a href="https://x.com/intent/follow?screen_name=Iam_The_Dev">
@@ -68,7 +68,7 @@ npm run start
## 🤝 Community
- [**Discord**](https://discord.com/invite/DsN8RcPR6Y) Live discussions about upcoming releases and the future of StackRender.
- [**Discord**](https://discord.com/invite/4dv26jR4Pj) Live discussions about upcoming releases and the future of StackRender.
- [**GitHub Issues**](https://github.com/stackrender/stackrender/issues) Report bugs and errors to help us improve your experience.
- [**X (Twitter)**](https://x.com/intent/follow?screen_name=Iam_The_Dev) Get the latest StackRender news and updates.
@@ -76,7 +76,7 @@ npm run start
We welcome all contributions, whether small bug fixes or major feature additions.
- Discuss your ideas and contributions in our [Discord](https://discord.com/invite/DsN8RcPR6Y) community.
- Discuss your ideas and contributions in our [Discord](https://discord.com/invite/4dv26jR4Pj) community.
- Follow the [Contributing Guide](./CONTRIBUTING.md) to get started.
- Agree to the [Code of Conduct](./CODE_OF_CONDUCT.md) to ensure a positive and respectful environment.
+1 -1
View File
@@ -11,7 +11,7 @@ We currently provide security updates for the latest stable release of StackRend
## Reporting a Vulnerability
If you discover a security vulnerability in StackRender, please report it to us directly.
- Email: security@stackrender.com
- Email: contact@stackrender.io
- GitHub Security Advisory: Use the "Report a vulnerability" option in the repository's Security tab.
When reporting, please include:
@@ -46,7 +46,7 @@ export const useSidebarData = () => {
},
{
title: "Discord",
url: "https://discord.gg/DsN8RcPR6Y",
url: "https://discord.gg/4dv26jR4Pj",
icon: IconBrandDiscord,
newTab : true
},
@@ -153,7 +153,7 @@ export const useMenuData = () => {
{
id: "menu.join_discord", title: t("menu.join_discord"),
clickHandler: () => {
window.open("https://discord.gg/DsN8RcPR6Y", "_blank")
window.open("https://discord.gg/4dv26jR4Pj", "_blank")
}
},
],