Skip to content

Commit

Permalink
Non-essential repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
lgblgblgb committed Sep 24, 2024
1 parent b6ff0b0 commit e859a41
Show file tree
Hide file tree
Showing 11 changed files with 449 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributor Code of Conduct

In essence: "be nice with others".

That's all. Without any further blah-blah.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Contribution Guidelines

"Just do it" - you (and even me!) will see what will happens. :)

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Used version of the project**
Source of the binary you use, version. Full dump on the console (start from
console, and/or enable console to see). It shows the version, compilation
method, many useful information, maybe additional messages, warnings and
errors as well!

**To Reproduce**
Steps to reproduce the behavior. As steps as required, do not try to squeeze
everything into one step.
1. ...
2. ...
...

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Computer/Device (please complete the following information):**
- Device/Platform: [e.g. Mac, PC, Raspberry Pi, ...]
- OS and its version: [e.g. iOS 8.1, Ubuntu Linux 18.04.2 64 bit, Windows 10 64 bit, ...]
- Browser and its version - _if applies_: [e.g. Safari, Firefox]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**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.
4 changes: 4 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Security

This program is written for an "new-retro-ish" computer platform, so security there is not
even a thing too much, not a modern computing concept.
7 changes: 7 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Support

This is an open source project, without any official support. The authors cannot
be force to support the user, that's the user's choice to use this software at all
knowing all of its ricks. **However**, of course we'd like to help, but that's
purely depends on available free time, the nature of your problem, and many dozens
of factors.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# How to send PR (pull-request)

14 changes: 14 additions & 0 deletions .github/workflows/greetings.yml.OFF_BECAUSE_OF_BEING_ANNOYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'This seems to be your first issue in this project! Thank you VERY MUCH for your first contribution as an issue ticket. This is an automatic message, you don''t need to react. Surely, I''ll respond you ASAP.'
pr-message: 'This seems to be your first pull-request in this project! Thank you VERY MUCH for your first contribution as an pull-request. This is an autmatic message, you don''t need to react. Surely, I''ll respond you ASAP.'

Loading

0 comments on commit e859a41

Please sign in to comment.