gentle/gentle/generators/python/__init__.py

39 lines
620 B
Python

# SPDX-License-Identifier: WTFPL
# SPDX-FileCopyrightText: 2023 Anna <cyber@sysrq.in>
# No warranty
""" Common data for Python generators """
BUG_TRACKER_LABELS = [
"bug tracker",
"bug reports",
"bugtracker",
"bugs",
"issue tracker",
"issues",
"tracker",
"github: issues"
]
CHANGELOG_LABELS = [
"changelog",
"changes",
"release notes"
]
DOCS_LABELS = [
"doc",
"docs",
"documentation",
"docs: rtd"
]
HOME_REPO_LABELS = [
"code",
"source",
"source code",
"repo",
"repository",
"home",
"homepage",
"github",
"github: repo"
]