-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
673 changed files
with
59,267 additions
and
4,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,12 @@ Then, activate the virtual environment: | |
source unitxt-venv/bin/activate | ||
``` | ||
|
||
If the above command does not work because the bin directory does not exist, use this instead: | ||
|
||
```bash | ||
source unitxt-venv/Scripts/activate | ||
``` | ||
|
||
Then, install the project: | ||
|
||
```bash | ||
|
@@ -86,9 +92,18 @@ Bef | |
|
||
## Git | ||
|
||
## Legal | ||
|
||
### Merge your PR to main | ||
Use squash and merge to merge your PR to main. | ||
We have tried to make it as easy as possible to make contributions. This applies to how we handle the legal aspects of contribution. We use the same approach - the Developer's Certificate of Origin 1.1 (DCO) - that the Linux® Kernel community uses to manage code contributions. | ||
|
||
We simply ask that when submitting a patch for review, the developer must include a sign-off statement in the commit message. | ||
|
||
Here is an example Signed-off-by line, which indicates that the submitter accepts the DCO: | ||
|
||
Signed-off-by: John Doe <[email protected]> | ||
You can include this automatically when you commit a change to your local git repository using the following command: | ||
|
||
git commit -s | ||
|
||
### Commit | ||
Always commit with a [good commit message](https://cbea.ms/git-commit/) and sign off: | ||
|
@@ -108,8 +123,12 @@ Example: | |
git push origin main:<my-new-branch-name> | ||
``` | ||
|
||
### Merge your PR to main | ||
Use squash and merge to merge your PR to main. | ||
|
||
|
||
## Structure | ||
|
||
### Layout | ||
The layout of the repo is [src layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.