Skip to content

Commit 246f382

Browse files
committed
Updated info on common files
1 parent 2d54c6e commit 246f382

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/CONTRIBUTING.md

+24
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,30 @@ git tag v1.0
105105

106106
(The last part is automatically performed by our CI system.)
107107

108+
### Basic Files
109+
110+
The following files should not be edited directly in the current repository, but rather in the `AngleSharp.GitBase` repository. They are then synced via `git pull` from a different remote.
111+
112+
```
113+
.editorconfig
114+
.gitignore
115+
.gitattributes
116+
.github/*
117+
appveyor.yml
118+
build.ps1
119+
build.sh
120+
tools/anglesharp.cake
121+
tools/packages.config
122+
LICENSE
123+
```
124+
125+
To sync manually:
126+
127+
```
128+
git remote add gitbase [email protected]:AngleSharp/AngleSharp.GitBase.git
129+
git pull gitbase master
130+
```
131+
108132
### Versioning
109133

110134
The rules of [semver](http://semver.org/) don't necessarily apply here, but we will try to stay quite close to them.

0 commit comments

Comments
 (0)