feat: releases (#260)

* feat: bootstrap release please

* docs: add instruction to install a tag/release via tpm

* chore: add `tmux.conf` placeholder for bug template

* docs: add CONTRIBUTING.md

Copied from 3fdc011242/CONTRIBUTING.md

* refactor: change vlatest to latest

* docs: remove merge instructions

* docs: use full version as tag msg
This commit is contained in:
vdbe 2024-08-04 14:16:57 +00:00 committed by GitHub
parent 408c02ccf4
commit 5fbacdf355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 113 additions and 1 deletions

View file

@ -20,6 +20,13 @@ body:
attributes:
label: Paste your configuration.
description: Provide us with the contents of your `.tmux.conf` file.
placeholder: |
```sh
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tpm'
# ...
run ~/.config/tmux/tpm/tpm
```
validations:
required: true
- type: textarea