Skip to content

Commit

Permalink
improvement/yaml-lint-all-the-things (Flagsmith#2003)
Browse files Browse the repository at this point in the history
* Big linting

* Update pre-commit deps

* Fix comment indentations and remove redundant YAML check

* Pre-commit stuff

* Introduce prettier

* improvement/yaml lint all the things

* improvement/yaml lint all the things

---------

Co-authored-by: Matthew Elwell <matthew.elwell@flagsmith.com>
  • Loading branch information
dabeeeenster and matthewelwell authored Mar 8, 2023
1 parent 790fb44 commit de9d21d
Show file tree
Hide file tree
Showing 39 changed files with 1,382 additions and 1,351 deletions.
28 changes: 14 additions & 14 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
spec:
name: flagsmith
services:
- name: flagsmith-server
dockerfile_path: Dockerfile
http_port: 8000
git:
branch: main
repo_clone_url: https://github.com/flagsmith/flagsmith.git
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${flagsmith-db.DATABASE_URL}
- key: DJANGO_ALLOWED_HOSTS
scope: RUN_TIME
value: '*'
- name: flagsmith-server
dockerfile_path: Dockerfile
http_port: 8000
git:
branch: main
repo_clone_url: https://github.com/flagsmith/flagsmith.git
envs:
- key: DATABASE_URL
scope: RUN_TIME
value: ${flagsmith-db.DATABASE_URL}
- key: DJANGO_ALLOWED_HOSTS
scope: RUN_TIME
value: '*'
databases:
- name: flagsmith-db
- name: flagsmith-db
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,36 @@ about: Create a report to help us improve Flagsmith
title: ''
labels: bug
assignees: dabeeeenster

---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**How are you running Flagsmith?**

- [ ] Self Hosted with Docker
- [ ] Self Hosted with Kubernetes
- [ ] SaaS at flagsmith.com
- [ ] Some other way

**Additional context**

Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: true
contact_links:
- name: Flagsmith Community
url: https://discord.gg/hFhxNtXzgm
about: Please ask and answer questions here.
about: Please ask and answer questions here.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ about: Suggest an idea for Flagsmith
title: ''
labels: ''
assignees: dabeeeenster

---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**

Add any other context or screenshots about the feature request here.
Loading

0 comments on commit de9d21d

Please sign in to comment.