Skip to content

Commit

Permalink
update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ssdev committed Jan 27, 2024
1 parent 699099b commit 546d006
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [Running STACompanion](#running-stacompanion)
- [Tests](#tests)
- [Project Roadmap](#project-roadmap)
- [Contributing](#contributing)
- [Feedback](#feedback)
- [License](#license)
- [Acknowledgments](#acknowledgments)

Expand Down Expand Up @@ -506,33 +506,6 @@ Your feedback is important to us. Please use the following resources to provide
- **[Join the Discussions](https://github.com/k3ssdev/STACompanion/discussions)**: Share your insights, provide feedback, or ask questions.
- **[Report Issues](https://github.com/k3ssdev/STACompanion/issues)**: Submit bugs found or log feature requests for STA Companion.
<details closed>
<summary>Contributing Guidelines</summary>
1. **Fork the Repository**: Start by forking the project repository to your GitHub account.
2. **Clone Locally**: Clone the forked repository to your local machine using a Git client.
```sh
git clone https://github.com/k3ssdev/STACompanion
```
3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.
```sh
git checkout -b new-feature-x
```
4. **Make Your Changes**: Develop and test your changes locally.
5. **Commit Your Changes**: Commit with a clear message describing your updates.
```sh
git commit -m 'Implemented new feature x.'
```
6. **Push to GitHub**: Push the changes to your forked repository.
```sh
git push origin new-feature-x
```
7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the main branch.
</details>
---
## License
Expand Down

0 comments on commit 546d006

Please sign in to comment.