Skip to content
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

Sync from main #2101

Merged
merged 28 commits into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cc409a1
Add F5 to adopters list
carolynvs Mar 14, 2022
7bf21dd
Merge pull request #1970 from carolynvs/f5-adopter
carolynvs Mar 14, 2022
55d92c0
Bump cnab-go, Go, docker, containerd and k8s (on stable) (#1971)
carolynvs Mar 22, 2022
7755f97
Add probot settings configuration file
carolynvs Apr 8, 2022
8f3048b
Added reference parameter to porter install sample
aguywithcode Apr 8, 2022
dc24a06
Merge pull request #1896 from aguywithcode/patch-1
carolynvs Apr 8, 2022
a059a96
Merge pull request #2011 from carolynvs/probot-settings
carolynvs Apr 11, 2022
27b7b3c
fix edge cases in docs
qpetraroia Apr 18, 2022
00ec531
update contributors.md
qpetraroia Apr 20, 2022
0038f3c
Merge pull request #2024 from qpetraroia/qpetraroia
carolynvs Apr 20, 2022
9a19346
Use a symlink in a linux install
tamirkamara Apr 24, 2022
0a31462
Update CONTRIBUTORS.md
tamirkamara Apr 24, 2022
59d55d3
Merge pull request #2032 from tamirkamara/fix/linux-install-symlink
carolynvs Apr 27, 2022
5157a01
Switch from StringSlice to StringArray (#1931)
Simpcyclassy Apr 29, 2022
9b9f8a1
Fix merge conflicts
carolynvs Apr 29, 2022
678aaf6
Merge pull request #2046 from carolynvs/backport-stringarray-fix
carolynvs May 2, 2022
c68be6c
Revert "Use a symlink in a linux install"
carolynvs May 2, 2022
7db0ea7
Merge pull request #2049 from carolynvs/revert-symlink
carolynvs May 2, 2022
beb5191
Pin v0.38 install script to compatible package versions
carolynvs May 18, 2022
6f59a6b
Merge pull request #2076 from carolynvs/pin-installed-versions
carolynvs May 19, 2022
bf5cb7c
Add shortlink to find an issue to work on
carolynvs May 20, 2022
05ab24c
Merge pull request #2086 from carolynvs/find-issues
carolynvs May 20, 2022
58b6d96
Find Issues link should only show open issues
carolynvs May 20, 2022
14662ec
Merge pull request #2087 from carolynvs/open-issues-only
carolynvs May 20, 2022
6a11797
Edit index.md for Typo (#2094)
hrittikhere May 24, 2022
3efa5f2
Add GitLab to Registries
hrittikhere May 24, 2022
d548847
Merge pull request #2098 from hrittikhere/main
carolynvs May 25, 2022
f8416ae
Merge branch 'main' into sync-from-main
carolynvs May 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add shortlink to find an issue to work on
https://getporter.org/find-issue redirects to a search of the getporter
org for any issues labeled with "help wanted" or "good first issue"

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
  • Loading branch information
carolynvs committed May 20, 2022
commit bf5cb7c0748873366b230b4d1ba351e1e36f5857
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@ slack, interactions on social media, project meetings, conferences and meetups.

## Find an issue

We have good first issues for new contributors and help wanted issues for our other contributors. When you have been contributing for a while, take a look at the "Backlog" column on our [project board][board] for high priority issues. The project board is at the organization level, so it contains issues from across all of the Porter repositories.
Use the [getporter.org/find-issue] link to find good first issues for new contributors and help wanted issues for our other contributors.

When you have been contributing for a while, take a look at the "Backlog" column on our [project board][board] for high priority issues.
The project board is at the organization level, so it contains issues from across all the Porter repositories.

* [`good first issues`][good-first-issue] has extra information to help you make your first contribution.
* [`help wanted`][help-wanted] are issues suitable for someone who isn't a core maintainer.
* `hmm 🛑🤔` issues should be avoided. They are not ready to be worked on yet
because they are not finished being designed or we aren't sure if we want the
feature, etc.

Maintainers will do their best to regularly make new issues for you to solve and then
Maintainers will do their best to regularly make new issues for you to solve and then
help out as you work on them. 💖

We have a [roadmap] that will give you a good idea of the
Expand All @@ -68,7 +71,8 @@ Another great way to contribute is to create a mixin! You can start using the

When you create your first pull request, add your name to the bottom of our
[Contributors][contributors] list. Thank you for making Porter better! 🙇‍♀️


[getporter.org/find-issue]: https://getporter.org/find-issue/
[contributors]: https://porter.sh/src/CONTRIBUTORS.md
[skeletor]: https://github.com/getporter/skeletor
[mixin-dev-guide]: https://porter.sh/mixin-dev-guide/
Expand Down
6 changes: 4 additions & 2 deletions docs/content/contribute/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ code, build and test it, and then submit your first pull request.
We have a [tutorial] to get your environment setup, make your first change
to Porter, and try it out.

The contributing guide explains how to [find an issue]. We do use
two labels:
You can quickly find suitable issues to work on with the [getporter.org/find-issue] link.
The contributing guide explains how to [find an issue].
We use two labels:

* [good first issue] has extra information to help you make your first contribution.
* [help wanted] are issues suitable for someone who isn't a core maintainer.

[getporter.org/find-issue]: /find-issue/
[conduct]: /src/CODE_OF_CONDUCT.md
[contributing]: /contribute/guide/
[find an issue]: /contribute/guide/#find-an-issue
Expand Down
1 change: 1 addition & 0 deletions docs/content/project/short-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Useful short links to common project resources

The Porter website has a number of useful short links defined to help you quickly navigate to project resources.

* [/find-issue](/find-issue): View all Porter issues labeled with "help wanted" and "good first issue".
* [/board](/board/): The Porter project board, contains issues for all repositories.
* /board/ISSUE+LABEL: View all issues on the Porter project board with the specified label, using a plus sign in place of spaces.
* [/board/good+first+issue](/board/good+first+issue): Good first issues for new contributors.
Expand Down
1 change: 1 addition & 0 deletions docs/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/board/pull-requests https://github.com/pulls?q=is:open+is:pr+user:getporter
/board/* https://github.com/orgs/getporter/projects/1?card_filter_query=label:":splat"
/roadmap https://github.com/getporter/porter/projects/4
/find-issue https://github.com/search?q=org%3Agetporter+label%3A%22good+first+issue%22%2C%22help+wanted%22&type=Issues

# Redirect source code links
/:repo/src/* https://github.com/getporter/:repo/blob/main/:splat
Expand Down