Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated references to playground repo to best-practices #126

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/transfer-project-in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
id: project-url
attributes:
label: What's the URL to the project?
placeholder: "https://github.com/django-commons/django-commons-playground"
placeholder: "https://github.com/django-commons/best-practices"
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ maintained. If you're interested in working on a specific project, go get to wor

- [controls](https://github.com/django-commons/controls): This is for Django Commons administrators
to manage the GitHub organization. Any issues in this repo are for maintain the magic behind the scenes
- [django-commons-playground](https://github.com/django-commons/django-commons-playground): An example repository for inbound repositories to copy
- [best-practices](https://github.com/django-commons/best-practices): An example repository for inbound repositories to copy
- [membership](https://github.com/django-commons/membership): The public face for the organization. All issues by members and contributors should be created
here. **If you're looking for where to ask a question, this is the place for you**

Expand Down
4 changes: 2 additions & 2 deletions incoming_repo_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ be transferred in.
4. [Maintained documentation](#documentation)
5. Adopt [Django Commons's Code of Conduct](#code-of-conduct)
6. After transferring, switch to [PyPI's "Trusted Publisher"](https://docs.pypi.org/trusted-publishers/)
process (see [example in django-commons-playground](https://github.com/django-commons/django-commons-playground/blob/main/.github/workflows/release.yml))
process (see [example in best-practices](https://github.com/django-commons/best-practices/blob/main/.github/workflows/release.yml))


## Repository requirements
Expand All @@ -37,7 +37,7 @@ be transferred in.

### Code of Conduct

- **[Required]** Repository contains `CODE_OF_CONDUCT.md` that links to [Django Commons's Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md). See [django-commons-playground](https://github.com/django-commons/django-commons-playground/blob/main/CODE_OF_CONDUCT.md) for an example
- **[Required]** Repository contains `CODE_OF_CONDUCT.md` that links to [Django Commons's Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md). See [best-practices](https://github.com/django-commons/best-practices/blob/main/CODE_OF_CONDUCT.md) for an example


## Maintainer requirements
Expand Down
2 changes: 1 addition & 1 deletion terraform/production/repositories.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories = {
is_django_commons_repo = true
}

"django-commons-playground" = {
"best-practices" = {
description = "A sample project with best practices for Django Commons projects."
topics = ["template", "django", "python"]
# People with GitHub admin repo permissions
Expand Down