Skip to content

Commit 03ae7c9

Browse files
committed
add colab
1 parent 75c1f2a commit 03ae7c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CADPythonShell.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.gitattributes = .gitattributes
1111
.gitignore = .gitignore
1212
CHANGELOG.md = CHANGELOG.md
13+
CONTRIBUTING.md = CONTRIBUTING.md
1314
README.md = README.md
1415
RPS LICENSE.txt = RPS LICENSE.txt
1516
EndProjectSection
@@ -22,7 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "build\Build.csproj
2223
EndProject
2324
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{51C417E1-279A-46C2-B3AE-1FDE56FEE5AB}"
2425
EndProject
25-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CADSnoop", "AutoCADLookup\CADSnoop.csproj", "{275C1B41-9089-4817-B48F-564A72A6D121}"
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CADSnoop", "AutoCADLookup\CADSnoop.csproj", "{275C1B41-9089-4817-B48F-564A72A6D121}"
2627
EndProject
2728
Global
2829
GlobalSection(SolutionConfigurationPlatforms) = preSolution

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Contributing
2+
3+
#### Contributions are more than welcome! Please work in the dev branch to do so:
4+
5+
- Create or update your own fork of CadPythonShell under your GitHub account.
6+
- Clone project with command :`git clone https://github.com/chuongmep/CadPythonShell.git --recurse-submodules`
7+
- Checkout to the ``dev`` branch.
8+
- In the dev branch, implement and test you changes specific to the feature.
9+
- Build the project and make sure everything works.
10+
- Create well-documented commits of your changes.
11+
- Submit a pull request to the origin:dev branch.
12+
13+
#### Please avoid:
14+
15+
- Lots of unrelated changes in one commit.
16+
- Modifying files that are not directly related to the feature you implement.

0 commit comments

Comments
 (0)