Skip to content

Commit

Permalink
Improve contribution guide and GH issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed Jun 26, 2023
1 parent 2e0ac49 commit e7a92eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/tech_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Technical debt
about: Suggest an idea to reduce technical debt
title: "[TECH]"
labels: enhancement
assignees: ''

---

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

**Describe possible solution.**
A clear and concise description of what you want to happen.

**Additional context**
Add any other context or screenshots about the tech debt request here.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ make all
- Write your updates under `Unreleased` section
- Add a link to the GitHub issue your code is solving
- Add a link to your GitHub profile for credits


### Release manager

1. Select the next realease [SemVer](https://semver.org/) number.
2. Update `CHANGELOG.md`:

- Move changes from `Unreleased` section to a new release section
- Add a link to `git diff`

3. Update current tag mentions in `README.md`:

- Docker version
- Usage examples
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(def lib 'org.pilosus/dienstplan)
(def main 'dienstplan.core)
(def version (format "0.4.%s" (b/git-count-revs nil)))
(def version (format "0.5.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def src-dirs ["src" "resources"])
(def basis (b/create-basis {:project "deps.edn"}))
Expand Down

0 comments on commit e7a92eb

Please sign in to comment.