updating Contribution Guidelines

This commit is contained in:
Raven Scott
2025-11-24 06:07:04 -05:00
parent d877724a81
commit a9ab300576
+2
View File
@@ -81,6 +81,8 @@ export default function CommunityPage() {
<div className="bg-gray-50 dark:bg-gray-800 p-6 rounded-lg border border-gray-200 dark:border-gray-700">
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-3">Contribution Guidelines</h3>
<ol className="list-decimal pl-6 space-y-2 text-gray-600 dark:text-gray-300">
<li>Must be a member of Discord-Linux <a href="https://join.discord-linux.com" className="text-blue-600 dark:text-blue-400 hover:underline">Join Now</a></li>
<li>Run /register-git command to register an account.</li>
<li>Fork the repository</li>
<li>Create a branch for your changes</li>
<li>Make your changes and test thoroughly</li>