style: remove all emojis and decorative icons across documentation, templates, and configs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# .gitea/ISSUE_TEMPLATE/bug_report.yaml
|
||||
name: 🐛 Bug Report
|
||||
name: Bug Report
|
||||
about: Create a report to help improve the dotfiles
|
||||
labels: ["bug"]
|
||||
body:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# .gitea/ISSUE_TEMPLATE/config.yaml
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 💬 Discussions
|
||||
- name: Discussions
|
||||
url: https://your-gitea-instance.com/your-username/dotfiles/discussions
|
||||
about: For questions and general discussion
|
||||
- name: 📚 Documentation
|
||||
- name: Documentation
|
||||
url: https://your-gitea-instance.com/your-username/dotfiles/wiki
|
||||
about: Check the wiki for detailed documentation
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# .gitea/ISSUE_TEMPLATE/feature_request.yaml
|
||||
name: 🚀 Feature Request
|
||||
name: Feature Request
|
||||
about: Suggest an idea for the dotfiles
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
|
||||
@@ -5,11 +5,11 @@ Brief description of what this PR does.
|
||||
|
||||
## Type of Change
|
||||
|
||||
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] ✨ New feature (non-breaking change which adds functionality)
|
||||
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] 📚 Documentation update
|
||||
- [ ] 🔧 Configuration change
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Documentation update
|
||||
- [ ] Configuration change
|
||||
|
||||
## Testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user