Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.3 KB

CONTRIBUTING.md

File metadata and controls

65 lines (49 loc) · 2.3 KB

CONTRIBUTING GUIDELINES

TABLE OF CONTENTS:

Getting Started

  • Fork the repository on Github
  • clone your forked repository to your local machine
  • create an appropriate branch to make changes.
  • Add proper message to your commits.
  • publish changes to the forked repository and create a pull request

NOTE: Instructions on creating pull requests is explained in Submitting a Pull Request section below.

Code of Conduct

Purpose

This Code of Conduct outlines the expected behavior for all participants in the Rust Raid community. The goal is to foster a positive, inclusive, and respectful environment where everyone feels welcome and valued.

Expected Behavior

  • Respect: Treat everyone with respect, regardless of their background or opinions.
  • Inclusivity: Promote a welcoming and inclusive environment for all.
  • Constructive Communication: Engage in constructive and respectful discussions, avoiding personal attacks or insults.
  • Openness: Be open to feedback and criticism, and be willing to learn from others.
  • Collaboration: Work together towards the common goal of improving the project.

Prohibited Behavior

  • Harassment: Any form of harassment, including but not limited to:
    • Sexual harassment
    • Discrimination
    • Threats
    • Bullying
  • Hate Speech: Language that promotes hatred or discrimination against any group of people.
  • Personal Attacks: Attacks on a person's character or abilities.
  • Plagiarism: Claiming credit for work that is not your own.

Additional Notes

This Code of Conduct is a living document and may be updated from time to time.

Submitting a Pull Request

  • Navigate to your forked repository on GitHub.
  • Click the "Compare & pull request" button.
  • Add a descriptive title and provide details about your changes. You can see the PR template at .github/PULL_REQUEST_TEMPLATE.md file.
  • Submit the pull request.