Skip to content

Commit

Permalink
linx
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 2, 2024
1 parent d574e14 commit 4fc9427
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ However, it's best to just search for the repo you are looking for in the main [

## Issues, Questions and Support

If you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well!
If you have a question or would like some community support we recommend you [join us on Slack](https://www.launchpass.com/devwithlando). Note that this is the Slack community for [Lando](https://lando.dev) but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/docs/issues/new/choose) in this repo.

Expand Down
2 changes: 1 addition & 1 deletion contrib/coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We are pretty [wild west](https://www.youtube.com/watch?v=_zXKtfKnfT8) on accept

* Create branches named something like `ISSUE-NUMBER-BRIEF-DESCRIPTION` for example `35-ssh-agent-feature`
* Create commit message named something like `#ISSUE-NUMBER: description` for example `#35: ensure socket is owned by you`
* [Associate your issue or issues with the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
* [Associate your issue or issues with the PR](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue)

GitHub is able to do some magic with the above and provide better context around commits, issues, PRs and projects.

Expand Down
4 changes: 2 additions & 2 deletions contrib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ If you don't already have a GitHub issue or two in mind you can go through them

* [By maintainer projects](https://github.com/orgs/lando/projects)
* [By individual repo](https://github.com/orgs/lando/repositories)
* [By all issues in the org](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Alando)
* [By all issues in the org](https://github.com/issues?q=is:open+is:issue+org:lando)

If you don't see one you can also [create your own](https://github.com/lando/lando/issues/new/choose). However once you have an issue or two in mind you will want to do possibly both of the below:

* **Label the issue with <Badge type="flag">flag</Badge>** - This will add it into the relevant contributor project board so a maintainer knows to discuss it in their next meeting.
* **Assign the issue to yourself** - If it's an issue you want to take on then [assign it](https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users) to yourself.
* **Assign the issue to yourself** - If it's an issue you want to take on then [assign it](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/assigning-issues-and-pull-requests-to-other-github-users) to yourself.

If you cannot label or assign an issue then we probably need to invite you to collaborate. To do that jump in the `#contributors` channel in Slack, post your issue and indicate you want to self-assign it and a maintainer will send you an invite.

Expand Down
4 changes: 2 additions & 2 deletions contrib/sponsoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ Our highest two tiers are fairly customizable based around your needs. If you wo

We rely on third party sponsorship platforms to manage your sponsorship so you will want to terminate your sponsorship with them! For convenience, the relevant docs on how to do so for each of the platforms we support are shown below:

* [Cancel GitHub Sponsors Sponsorship](https://docs.github.com/en/billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship)
* [Cancel Patreon Sponsorship](https://support.patreon.com/hc/en-us/articles/360000126286-How-to-edit-your-membership)
* [Cancel GitHub Sponsors Sponsorship](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-sponsors/downgrading-a-sponsorship)
* [Cancel Patreon Sponsorship](https://support.patreon.com/hc/en-us/articles/360000126286-Changing-your-tier)
* [Cancel OpenCollective Sponsorship](https://docs.opencollective.com/help/financial-contributors/organizations/organization-faq#can-i-cancel-or-change-my-contribution)

### How can I convince my boss or org to sponsor?
Expand Down
2 changes: 1 addition & 1 deletion guides/updating-to-rc2.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ run:
- if [ ! -z $LANDO_MOUNT ]; then do-stuff; fi
```
Check out [this example](https://github.com/lando/core/tree/main/examples/services) which is tested on every build for some examples of new build step syntax.
Check out [theses examples](https://github.com/lando/core/tree/main/examples) which are tested on every build for some examples of new build step syntax.
## Global Environment Variables
Expand Down
4 changes: 2 additions & 2 deletions help/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ It is also a good practice to `.gitignore` the `env` file so you can set `proxy`

## Potential Docker driven solutions

* https://docs.docker.com/config/daemon/systemd/
* https://docs.docker.com/engine/daemon/proxy/
* https://www.cloudbees.com/blog/using-docker-behind-a-proxy
* https://docs.docker.com/network/proxy/
* https://docs.docker.com/engine/cli/proxy/
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[[context.deploy-preview.plugins]]
package = "netlify-plugin-checklinks"
[context.deploy-preview.plugins.inputs]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/" ]
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "fragment-check", "docs.google.com/forms", "/v/" ]
skipPatterns = [ ".rss", ".gif", ".jpg" ]
checkExternal = true

Expand Down

0 comments on commit 4fc9427

Please sign in to comment.