Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 3.25 KB

CONTRIBUTING.md

File metadata and controls

70 lines (58 loc) · 3.25 KB

General Rules:

Respect and Be Civil

  • Treat all members with respect and courtesy. Avoid offensive language, harassment, bullying, or any form of disrespectful behavior.

No Spamming or Self-Promotion

  • Avoid spamming the chat with irrelevant content or self-promotion. Promoting personal projects is allowed within designated channels or as per specific server rules.

Keep Discussions Relevant

  • Ensure discussions and conversations are related to coding, designing, or tech-related topics. Use appropriate channels for various discussions.

Use Proper Language and Formatting

  • Communicate clearly using appropriate language and avoid excessive use of acronyms, jargon, or caps lock.

No Plagiarism

  • Do not claim someone else's work as your own. Give proper credit where due and respect intellectual property rights.

No NSFW Content

  • Keep the server free from any explicit, adult, or not-safe-for-work content.

Avoid Personal Attacks

  • Disagreements are okay, but personal attacks, insults, or flame wars will not be tolerated.

Be Helpful and Supportive

  • Encourage a supportive and helpful environment. Offer assistance to those in need and participate constructively in discussions.

No Illegal Activities

  • Do not share or promote any illegal content, tools, or activities.

Listen to Moderators

  • Follow the instructions of the server moderators. Failure to comply with their requests may result in appropriate actions.

  • Contributing to Our Website

We believe in the power of community and open-source collaboration. Our website is a reflection of this, and we invite community members to contribute to its development. Here's how you can get involved:

How to Contribute

  1. Fork the Repository: Start by forking this repository to your GitHub account.
  2. Clone the Repository: Clone the forked repository to your local machine using git clone.
  3. Create a Branch: Create a new branch for your feature or bug fix using git checkout -b branch-name.
  4. Make Changes: Implement your changes and commit them with clear and descriptive messages.
  5. Push Changes: Push your changes to your forked repository using git push origin branch-name.
  6. Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes and any relevant information.

What You Can Contribute

  • Bug Fixes: Help us identify and fix bugs.
  • Features: Implement new features or enhance existing ones.
  • Documentation: Improve our documentation, including this README.
  • Design: Contribute to the website's design and user experience.

Contribution Guidelines

  • Ensure your code follows our coding standards and best practices.
  • Write clear and concise commit messages.
  • Provide detailed descriptions in your pull requests.
  • Be respectful and collaborative in your interactions with other contributors.

Getting Started

To set up the project locally, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/CodeSocialCommunity/website.git
  2. Navigate to the Project Directory:
    cd website
  3. Install Dependencies:
    npm install
  4. Run the Development Server:
    npm start