-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'FOSS-Community:main' into main
- Loading branch information
Showing
6 changed files
with
135 additions
and
6 deletions.
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,50 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- 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/FOSS-Community/website-fossc/blob/main/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,42 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[Feature] <title>" | ||
labels: "feature" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Is your feature request related to a problem? Please describe. | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature you'd like to request | ||
description: A clear and concise description of what the problem is. | ||
placeholder : | | ||
Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
placeholder : | | ||
Ex. I want the solution like [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder : | | ||
Ex. I want to extend the function A by adding someting more | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder : | | ||
context, screenshots, related links , etc. | ||
validations: | ||
required: 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
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
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,35 @@ | ||
--- | ||
title: "XP Calculation" | ||
description: "Calculating the XP" | ||
tags: ["Documentation"] | ||
date: 28 April 2023 | ||
position: 6 | ||
--- | ||
|
||
# XP Calculation | ||
|
||
They are allocated on the basis of a simple formula: **`XP = (Effort) * (Importance)`** | ||
Effort is determined by the amount of time you worked on a project. However, measuring only the number of hours you worked would incentivize doing busywork, which we don’t want. For that reason, we multiply the amount of time you invested by an Importance Multiplier. The Importance multiplier is inherently subjective. Currently, it is determined by the FOSSCU Maintainers, though over time the community as a whole will be more involved. The multiplier is a number ranging from 1.0 to 4.0. A low multiplier is applied to projects that are useful but not ground-breaking, while a high multiplier is given for critical or impactful projects. The following factors may increase the XP multiplier score: | ||
|
||
- Project team's suggested XP multiplier (self-reported) | ||
- Impact of the project | ||
- Visibility of the project | ||
- Benefits to the community | ||
- Complexity of the project | ||
- Reach of the project | ||
- Reception of the project | ||
- Bringing in more talent to the community | ||
- Creating more business in the future for community members | ||
- Working on FOSSCU core projects | ||
- Working on FOSSCU Social media and similar tasks for the community | ||
- Contributing to Open Source projects with >30 stars | ||
|
||
We're still developing clear standards for determining the XP Multiplier. Until then, here are example projects with associated multipliers: | ||
|
||
- **1.0 multiplier** - a project that shipped, but was ephemeral and non-critical for the community. | ||
- **2.0 multiplier** - a great straightforward project that is likely to be lasting and draw attention to the community. May result in future project work for the community. | ||
- **2.5 multiplier** - a great complicated project that is likely to lead to other members contributing more (ex. implementing a new feature for the FOSSCU Platform). | ||
- **3.0 multiplier** - an essential project for the community that creates immediate benefits (ex. improving the FOSSCU documentation). | ||
- **4.0 multiplier** - a flagship project for the community that brings many long-term benefits to the community (ex. developing a new FOSSCU tool). | ||
|
||
The XP leaderboard showcases the top contributors by skillset. Members with a lot of XP get asked to join high-priority and interesting projects. You can also use your XP in FOSSCU as a credential for working in the Open Source community more broadly. |
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