-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 feat(project): init of the dump contexts
- Loading branch information
1 parent
7ffa8d7
commit 6f30014
Showing
24 changed files
with
1,079 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
|
||
[*.{cmd,bat}] | ||
end_of_line = crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Set default behavior to automatically normalize line endings. | ||
* text=auto eol=lf | ||
|
||
# Force batch scripts to always use CRLF line endings so that if a repo is accessed | ||
# in Windows via a file share from Linux, the scripts will work. | ||
*.{cmd,[cC][mM][dD]} text eol=crlf | ||
*.{bat,[bB][aA][tT]} text eol=crlf | ||
|
||
# Force bash scripts to always use LF line endings so that if a repo is accessed | ||
# in Unix via a file share from Windows, the scripts will work. | ||
*.sh text eol=lf | ||
|
||
# Common files config | ||
*.jpg -text | ||
*.png -text | ||
*.pdf -text |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Default reviewers/codeowners for all code changes in the repository | ||
* @DariuszPorowski |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# 🔰 Contributor Covenant Code of Conduct | ||
|
||
## 🤝 Our Pledge | ||
|
||
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation. | ||
|
||
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. | ||
|
||
## ✅ Our Standards | ||
|
||
Examples of behavior that contributes to a positive environment for our community include: | ||
|
||
- Demonstrating empathy and kindness toward other people | ||
- Being respectful of differing opinions, viewpoints, and experiences | ||
- Giving and gracefully accepting constructive feedback | ||
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience | ||
- Focusing on what's best not just for us as individuals, but for the overall community | ||
|
||
Examples of unacceptable behavior include: | ||
|
||
- The use of sexualized language or imagery, and sexual attention or advances of any kind | ||
- Trolling, insulting or derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or email address, without their explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
## 📝 Enforcement Responsibilities | ||
|
||
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. | ||
|
||
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. | ||
|
||
## 🔭 Scope | ||
|
||
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. | ||
|
||
## 🚓 Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [Twitter message](https://twitter.com/DariuszPorowski). All complaints will be reviewed and investigated promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the reporter of any incident. | ||
|
||
## 🛂 Enforcement Guidelines | ||
|
||
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: | ||
|
||
### 1. Correction | ||
|
||
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. | ||
|
||
**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. | ||
|
||
### 2. Warning | ||
|
||
**Community Impact**: A violation through a single incident or series of actions. | ||
|
||
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. | ||
|
||
### 3. Temporary Ban | ||
|
||
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. | ||
|
||
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. | ||
|
||
### 4. Permanent Ban | ||
|
||
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. | ||
|
||
**Consequence**: A permanent ban from any sort of public interaction within the community. | ||
|
||
## 🔗 Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. | ||
|
||
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. | ||
|
||
For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations]. | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html | ||
[Mozilla CoC]: https://github.com/mozilla/diversity | ||
[FAQ]: https://www.contributor-covenant.org/faq | ||
[translations]: https://www.contributor-covenant.org/translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 👥 Contributing Guide | ||
|
||
I appreciate your interest in contributing to the project! This document outlines how to contribute to the project, including the contribution process, code style, and testing. | ||
|
||
## 🔄️ Contribution process | ||
|
||
To contribute, please follow these steps: | ||
|
||
1. Fork the project name repository on GitHub. | ||
1. Create a new branch for your feature or bug fix. | ||
1. Make sure the `README.md` and any other relevant documentation are kept up-to-date. | ||
1. Make your changes and commit them with descriptive commit messages; check [Conventional Commits](https://www.conventionalcommits.org) as a suggestion. | ||
1. Push to your forked repository. | ||
1. Create a new pull request from your fork to this project. | ||
1. Please ensure that your pull request includes a detailed description of your changes and that your code adheres to the code style guidelines outlined below. | ||
|
||
## 🔰 Code of Conduct | ||
|
||
All contributors are expected to adhere to the project name code of conduct. Therefore, please review it before contributing [`Code of Conduct`](./CODE_OF_CONDUCT.md). | ||
|
||
## 📄 License | ||
|
||
By contributing to this project, you agree that your contributions will be licensed under the project license. | ||
|
||
Thank you for contributing! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
--- | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
name: 🐛 Bug Report | ||
description: If something isn't working 🔧 | ||
title: "🐛 [bug]: " | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: 🐛 What happened? | ||
description: A clear and concise description of what the bug is. | ||
placeholder: Describe what happened | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: 🔬 How to reproduce? | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. ... | ||
2. ... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: code-sample | ||
attributes: | ||
label: 🏗️ Code Sample / Log | ||
description: Please copy and paste any relevant code sample / log output. | ||
render: Shell | ||
placeholder: This will be automatically formatted into code, so no need for backticks. | ||
validations: | ||
required: false | ||
- type: input | ||
id: dump-contexts-action | ||
attributes: | ||
label: 🌌 Environment (Dump Contexts Action) | ||
description: What Dump Contexts Action version are you running? | ||
placeholder: 1.0.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: 🌌 Environment (GitHub Runner OS) | ||
description: What OS are you running? | ||
options: | ||
- Linux | ||
- Windows | ||
- macOS | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: 📷 Screenshots | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Just do Ctrl+V having screenshot in the clipboard. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: 📈 Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 📎 Additional context | ||
description: Add any other context about the problem here. | ||
placeholder: Add any other context about the problem here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 📜 Code of Conduct | ||
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
name: 🚀 Feature request | ||
description: Suggest an idea for this project 🏖 | ||
title: "🚀 [feature]: " | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to fill out this new feature idea! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 🚀 Feature description | ||
description: A clear and concise description of the feature proposal. | ||
placeholder: A clear and concise description of the feature proposal. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: 🔈 Motivation | ||
description: Please describe the motivation for this proposal. | ||
placeholder: Please describe the motivation for this proposal. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: 🛰 Alternatives | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 📎 Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 📜 Code of Conduct | ||
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
name: ❓ Question | ||
description: Ask a question about this project 🎓 | ||
title: "❓ [question]: " | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to fill out this new feature idea! | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: ✅ Checklist | ||
description: Mark with an ✔️ all the checkboxes that apply. | ||
options: | ||
- label: I've searched the project's [`issues`](https://github.com/DariuszPorowski/ghaction-dump-contexts/issues?q=is%3Aissue) and did not find answer for my question. | ||
required: true | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: ❓ Question | ||
description: What is your question? | ||
placeholder: | | ||
How can I ...? | ||
Is it possible to ...? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 📎 Additional context | ||
description: Add any other context or screenshots about the question here. | ||
placeholder: Add any other context or screenshots about the question here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 📜 Code of Conduct | ||
description: By submitting this issue, you agree to follow our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## 💌 Description | ||
|
||
<!-- Add a more detailed description of the changes if needed. --> | ||
|
||
## 🔗 Related issue | ||
|
||
<!-- If your PR refers to a related issue, link it here. --> | ||
Fixes: # | ||
|
||
## 🏗️ Type of change | ||
|
||
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> | ||
|
||
- [ ] 📚 Examples / docs / tutorials / dependencies update | ||
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) | ||
- [ ] 🥂 Improvement (non-breaking change which improves an existing feature) | ||
- [ ] 🚀 New feature (non-breaking change which adds functionality) | ||
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] 🚨 Security fix | ||
- [ ] ⬆️ Dependencies update | ||
|
||
## ✅ Checklist | ||
|
||
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> | ||
|
||
- [ ] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md) document. | ||
- [ ] I've read the [`Contributing`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CONTRIBUTING.md) guide. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 🔐 Security Policy | ||
|
||
## 🎯 Supported Versions | ||
|
||
| Version | Supported | | ||
|:-------:|:---------:| | ||
| 1.x.x | ✅ | | ||
|
||
## 🚨 Reporting a Vulnerability | ||
|
||
If you believe you have found a security vulnerability in the project, please do not hesitate to report it to us. We take all security issues seriously and will do our best to address them promptly. | ||
|
||
To report a security vulnerability, please send a [Twitter message](https://twitter.com/DariuszPorowski) describing the vulnerability. In addition, please include any relevant information that could help us reproduce the issue, such as steps to reproduce the vulnerability, the affected versions of the software, and any other relevant details. | ||
|
||
We will acknowledge receipt of your report within 2 business days and work with you to verify the vulnerability and develop a fix. We may also ask you for additional information or clarifications as needed. | ||
|
||
## ⏳ Response Time | ||
|
||
We strive to address security issues as quickly as possible. Our response time depends on the severity of the issue, but we will do our best to provide a fix or a workaround within one week of receiving a vulnerability report. In some cases, it may take longer to address a security issue, but we will keep you updated on our progress. | ||
|
||
## 👁️ Disclosure Policy | ||
|
||
We will disclose security vulnerabilities in our project as soon as we have verified them and developed a fix or a workaround. We will notify users of the vulnerability via our GitHub repository and other appropriate channels. | ||
|
||
## 📜 Code of Conduct | ||
|
||
All participants in our project are expected to adhere to our [`Code of Conduct`](https://github.com/DariuszPorowski/ghaction-dump-contexts/blob/main/.github/CODE_OF_CONDUCT.md). Furthermore, we expect everyone to treat each other respectfully and contribute to a positive and inclusive community. | ||
|
||
## ✉️ Contact | ||
|
||
If you have any questions or concerns about our security policy, don't hesitate to contact us using [Twitter message](https://twitter.com/DariuszPorowski). |
Oops, something went wrong.