Skip to content

Commit e547813

Browse files
committed
Update CONTRIBUTING.md
1 parent b7d4718 commit e547813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contributing to the Databricks Labs Data Generator
2-
We happily welcome contributions to *dbldatagen*. GitHub Issues and Pull Requests are used to track issues and review changes.
2+
While **dbldatagen** cannot accept direct contribution from external contributors, all users can create GitHub Issues to propose new functionality. The dbldatagen team will review and prioritize new features based on user feedback.
33

44
## Making a contribution
55

@@ -9,7 +9,7 @@ To set up your local environment:
99
1. Ensure any [Non-Python Dependencies](#other-dependencies) are installed locally.
1010
2. Clone the repository:
1111
```bash
12-
git clone https://github.com/databrickslabs/dbldatagen
12+
git clone "repository URL"
1313
````
1414

1515
3. Open the repository in your IDE. Run the following terminal command to create a local development environment:
@@ -26,7 +26,7 @@ When contributing new functionality:
2626
```
2727
2. Checkout a new branch from `master`:
2828
```bash
29-
git checkout -b "branch_name"
29+
git checkout -b "branch name"
3030
```
3131
3. Add your functionality, tests, documentation, and examples.
3232

0 commit comments

Comments
 (0)