Skip to content

Commit 5eea707

Browse files
authored
Create CONTRIBUTING.md for project contributions
1 parent 5452406 commit 5eea707

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing Guide
2+
3+
Thank you for your interest in contributing to our project! We welcome all contributions, from bug reports to new features.
4+
5+
This guide will help you get started quickly.
6+
7+
## How to Contribute
8+
9+
There are several ways to contribute, even if you don't want to write code.
10+
11+
1. **Report a Bug:** Open an issue to tell us about something that's broken.
12+
2. **Suggest a Feature:** Open an issue to propose a new idea.
13+
3. **Fix a Bug or Implement a Feature:** Submit a Pull Request (PR) with your code changes.
14+
15+
## Quick Start for Code Contributions
16+
17+
If you're ready to submit code, follow these steps:
18+
19+
### 1. Find an Issue
20+
Look through the [open issues](../../issues) to find something you'd like to work on. If you're new, look for labels like `good first issue` or `help wanted`. If you want to work on something new, **please open an issue to discuss it first** before writing code.
21+
22+
### 2. Fork the Repository
23+
Click the "Fork" button in the top right of this repository's page. This creates your own copy of the project under your GitHub account.
24+
25+
### 3. Clone Your Fork
26+
Clone your forked repository to your local machine.
27+
28+
```bash
29+
git clone https://github.com/angular-ru/sdk.git
30+
cd repository-name
31+
```

0 commit comments

Comments
 (0)