From 25ec97a5ef77aa301f591d7bbfc394dbb4b2493e Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sat, 4 Oct 2025 13:53:56 +0700 Subject: [PATCH] Create .asf.yaml --- .asf.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..42df7be --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,26 @@ +# Apache YAML Features for Git Repositories +# See the documentation at: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md + +github: + description: "Apache Lucene.NET Website" + homepage: https://lucenenet.apache.org/ + labels: + - lucenenet + - lucene + - text + - search + - information + - retrieval + - analysis + - index + - query + - apache + - hacktoberfest + + features: + # Enable wiki for documentation + wiki: false + # Enable issues management + issues: false + # Enable projects for project management boards + projects: false