-
Couldn't load subscription status.
- Fork 0
Code of Conduct, default Issue/PR templates #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
APickledWalrus
wants to merge
4
commits into
main
Choose a base branch
from
feature/default-templates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,59 @@ | ||
| name: Bug Report | ||
| description: Report a bug with the project. | ||
| type: "Bug" | ||
| labels: ["needs triage"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > [!IMPORTANT] | ||
| > Before filing a report, please ensure you are running a supported version of the project. | ||
| - type: textarea | ||
| attributes: | ||
| label: Project Version | ||
| description: | | ||
| Please include the version of the project you are running. | ||
| Additionally, include additional information about the dependencies you are using. | ||
| For example, for issues related to addons, you should include the server software and its version, the Skript version, and any other relevant plugins or dependencies. This information may be obtained by executing a command such as `/sk info`. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Bug Description | ||
| description: Describe the bug you have encountered. Try to be as thorough as possible. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Expected Behavior | ||
| description: What was supposed to happen? If you are unsure, please state so. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Steps to Reproduce | ||
| description: | | ||
| What did you do to make this problem happen? Try to be as thorough as possible. | ||
| You may include any code if necessary. Please ensure it is actually testable by someone. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Errors or Screenshots | ||
| description: | | ||
| Please include any errors you have encountered. You may include media (e.g. photo, video, etc.) if you wish. | ||
| If your error is long, we ask that you instead use a site such as https://gist.github.com/ or https://paste.gg/ and share the link here. | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| attributes: | ||
| label: Other | ||
| description: Have anything else to add? | ||
| validations: | ||
| required: false | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > [!IMPORTANT] | ||
| > By submitting this report, you agree to follow the standards outlined in our [Code of Conduct](https://github.com/SkriptLang/.github/blob/main/CODE_OF_CONDUCT.md). \ | ||
| > Thank you for your report. |
This file contains hidden or 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,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Need help or have a question? | ||
| url: https://discord.gg/ZPsZAg6ygu | ||
| about: Feel free to ask on our official Discord. |
This file contains hidden or 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,39 @@ | ||
| name: Suggestion | ||
| description: Suggest a new feature or change for the project. | ||
| type: "Suggestion" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > [!IMPORTANT] | ||
| > Please ensure that your suggestion is not already implemented nor has it already been posted. | ||
| - type: textarea | ||
| attributes: | ||
| label: Suggestion | ||
| description: Enter your suggestion here. Try to be as thorough as possible. Feel free to include links, images, etc. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Why? | ||
| description: Tell us why you want to see this implemented. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Alternatives Considered | ||
| description: Have you considered any alternatives for this suggestion? Is this already possible through a different method? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| attributes: | ||
| label: Other | ||
| description: Have anything else to add? | ||
| validations: | ||
| required: false | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| > [!IMPORTANT] | ||
| > By submitting this suggestion, you agree to follow the standards outlined in our [Code of Conduct](https://github.com/SkriptLang/.github/blob/main/CODE_OF_CONDUCT.md). \ | ||
| > Thank you for your suggestion. |
This file contains hidden or 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,19 @@ | ||
| ### Problem | ||
| <!--- Why is this pull request necessary? What problems exist that need solving? ---> | ||
|
|
||
|
|
||
| ### Solution | ||
| <!--- Explain how your solution fixes the problem and summarize the major code changes. ---> | ||
|
|
||
|
|
||
| ### Testing Completed | ||
| <!--- List test scripts/unit tests and any manual testing that was performed. If no tests are present, explain why. ---> | ||
|
|
||
|
|
||
| ### Supporting Information | ||
| <!--- Any related information, todos, breaking changes, or outstanding issues can be described here ---> | ||
|
|
||
|
|
||
| --- | ||
| **Completes:** none <!-- Links to issues or discussions that should be completed when this pull request is merged. --> | ||
| **Related:** none <!-- Links to issues or discussions with related information --> |
This file contains hidden or 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,58 @@ | ||
| # Code of Conduct | ||
|
|
||
| ## Standards | ||
|
|
||
| As a community, we pledge to make our space harassment-free for everyone, regardless of | ||
| age, race, education, religion, ethnicity, disability, gender identity, sexual orientation, | ||
| and all other characteristics that form our identities. | ||
| We vow to ensure that no user feels negatively (scared, threatened, intimidated, etc.) because of who they are. | ||
|
|
||
|
|
||
| Examples of positive behavior that build up our community include: | ||
| - Showing kindness and empathy toward other people | ||
| - Offering and accepting feedback in a respectful manner that considers viewpoints and experiences | ||
| - Taking responsibility for harmful actions and mistakes | ||
| - Thinking before posting (how might it affect or be perceived by the general community?) | ||
|
|
||
| Examples of negative behavior that harm our community include: | ||
| - Harassment of any kind, whether it be in public spaces (e.g. issue comments) or in private spaces (e.g. direct messages) | ||
| - Derogatory or disparaging comments toward another person, whether serious or not | ||
| - Publishing the personal information of another person without their consent | ||
| - Inappropriate or sexualized comments and media | ||
|
|
||
| In enacting and abiding by these standards, our goal is to foster an open and diverse community. | ||
|
|
||
| ## Enforcement | ||
|
|
||
| ### Contact | ||
|
|
||
| To report any violations of these standards (or any other conduct that you believe is unacceptable): | ||
| 1. You may email us: [email protected] | ||
| 2. You may [join our Discord](https://discord.gg/ZPsZAg6ygu) and message a member of the SkriptLang team. | ||
|
|
||
| We take all reports very seriously and will review, investigate, and take action promptly. | ||
|
|
||
| For privacy and security purposes, we will not share any information about the reporter of a violation. | ||
| Note that information about a report (excluding the reporter) may be shared with [other members of the SkriptLang team](https://github.com/orgs/SkriptLang/people). | ||
|
|
||
| ### Guidelines | ||
|
|
||
| We may take any of the following actions to uphold our standards. | ||
| There may be more specific actions available depending on the platform (mutes, kicks, etc.). | ||
| Note that these guidelines are not strict, and what action is taken is at the discretion of the enforcer. | ||
|
|
||
| If we detect attempts to circumvent these actions, more serious measures may be taken. | ||
|
|
||
| #### Warning | ||
|
|
||
| For singular violations, we may issue a warning and recommend avoiding interactions in the affected space for a short period. | ||
| A warning would typically be issued privately, through a medium such as direct messages. | ||
|
|
||
| #### Temporary Ban | ||
|
|
||
| For continued violations, or those of a more serious nature, we may enact a temporary ban from our community's spaces. | ||
| The duration of this ban would be determined from factors such as the severity of the violation and the offender's past history. | ||
|
|
||
| #### Permanent Ban | ||
|
|
||
| For those engaged in a continued pattern of misconduct, we may enact a permanent ban from our community's spaces. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a solid base. I would like to see more elaboration on scope (i.e. applies to github, discord, etc.).
See astropy's:
or Contributor Covenant's:
It's already covered, but I would also like some phrasing in Standards that specifically calls out being supportive and welcoming to new contributors.
Some language around proper accreditation/citation where appropriate and not plagiarizing code would also be welcome. I think Contributor Covenant v3 has a good set of standards we could pull from (and cite them at the end if we do).