-
-
Notifications
You must be signed in to change notification settings - Fork 112
Add Contributing page, revamp About page #547
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
8d66b4e
Add Contributing section to About page
valencik 3e1e4f6
Remove gsoc tab from contribute page (oops)
valencik 608e296
Add Open Collective link
valencik 764ec13
Update CoC Title
valencik 115125c
Expand About description
valencik a4999d7
Rename contribute page to contributing
valencik e96dd89
Add `#` to channel name
valencik 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
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,4 @@ | ||
| - title: Overview | ||
| url: /about/ | ||
| - title: Contributing | ||
| url: /about/contributing/ |
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 @@ | ||
| <ul class="tab"> | ||
| {% for tabItem in site.data.filter-about %} | ||
| <li><a href="{{ site.baseurl }}{{tabItem.url}}" {% if tabItem.url == page.url %} class="active" {% endif %}>{{tabItem.title}}</a></li> | ||
| {% endfor %} | ||
| </ul> |
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,43 @@ | ||
| --- | ||
| layout: page | ||
| title: "Contributing" | ||
| permalink: /about/contributing/ | ||
| --- | ||
|
|
||
| <div id="section-page"> | ||
| <div class="container container-blog"> | ||
| <div class="masthead-blog-detail"> | ||
| <h1><span>{{ page.title }}</span></h1> | ||
| <div class="blog-detail-content"> | ||
| </br> | ||
| <p>Typelevel is an ecosystem of projects and a community of people united to foster an inclusive, welcoming, and safe environment around functional programming in Scala.</p> | ||
|
|
||
|
|
||
| <h2>Financial Contributions</h2> | ||
|
|
||
| <p>Maintaining an organization at the scale of Typelevel incurs costs. | ||
| Through FOSS funding we can provide better support to maintainers, and make stronger guarantees to users, by paying for things like CI infrastructure or community support.</p> | ||
| <p>Any amount of support is always welcome, and we appreciate anyone who contributes to the <a href=https://opencollective.com/typelevel>Typelevel Open Collective.</a></p> | ||
|
|
||
| </br> | ||
| <p>By funding Typelevel, you're helping us maintain our domains, infrastructure, services, and our community safety through training the Code of Conduct Committee.</p> | ||
|
|
||
|
|
||
| <h2>Other Ways To Contribute</h2> | ||
|
|
||
|
|
||
| <p>Companies can donate developer time by allowing developers to contribute to open source on company time, and actively encourage it by dedicating time and space for those efforts.</p> | ||
|
|
||
| <p>The community can help by just getting involved, in any way that feels comfortable! | ||
| A PR is always welcome, whether code changes or documentation improvements, and asking questions helps clarify behaviors for everyone. | ||
| Any participation is greatly valued!</p> | ||
|
|
||
| <p>If you are looking for a place to start with a technical contribution, consider dropping by the 'starting-contributing' channel on discord, or checking out our <a href=https://github.com/orgs/typelevel/projects/1/views/1>Good First Issues board</a>.</p> | ||
|
|
||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
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
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.