You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ To maintain understandable code and avoid circular dependencies it is important
190
190
-**templates:** Golang templates for generating the html output.
191
191
-**tests/e2e:** End to end tests
192
192
-**tests/integration:** Integration tests
193
+
-**tests/gitea-repositories-meta:** Sample repos used in integration tests. Adding a new repo requires editing `models/fixtures/repositories.yml` and `models/fixtures/repo_unit.yml` to match.
194
+
-**tests/gitea-lfs-meta:** Sample LFS objects used in integration tests. Adding a new object requires editing `models/fixtures/lfs_meta_object.yml` to match.
193
195
-**vendor:** External code that Gitea depends on.
194
196
195
197
## Documentation
@@ -439,7 +441,7 @@ be reviewed by two maintainers and must pass the automatic tests.
439
441
Code that you contribute should use the standard copyright header:
440
442
441
443
```
442
-
// Copyright 2022 The Gitea Authors. All rights reserved.
444
+
// Copyright <year> The Gitea Authors. All rights reserved.
0 commit comments