summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNick <nick.guenther@polymtl.ca>2022-12-22 18:41:56 -0500
committerGitHub <noreply@github.com>2022-12-23 07:41:56 +0800
commita2779def36590518157c4315a02e7cbaefcecb92 (patch)
treeb7f9071ed8343842436eee5679c516dd8c982764 /CONTRIBUTING.md
parentea5a752ee66f5f8dccbc058c4e1220e24e01b3e8 (diff)
downloadgitea-a2779def36590518157c4315a02e7cbaefcecb92.tar.gz
gitea-a2779def36590518157c4315a02e7cbaefcecb92.zip
Test views of LFS files (#22196)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 69363c415e..bd5672643a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -190,6 +190,8 @@ To maintain understandable code and avoid circular dependencies it is important
- **templates:** Golang templates for generating the html output.
- **tests/e2e:** End to end tests
- **tests/integration:** Integration tests
+- **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.
+- **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.
- **vendor:** External code that Gitea depends on.
## Documentation