Skip to content

Commit

Permalink
remove discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 13, 2024
1 parent 8439c69 commit 2be11c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
24 changes: 2 additions & 22 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,12 @@ but a goal is to let both developers and end-users shape it for their needs.

If this sounds interesting to you,
I'm welcoming help to iterate on APIs to get Moss to 1.0 and beyond.
Let's chat publicly on [Discord](https://discord.gg/YU5tyeK72X)
or here in the [Github issues](https://github.com/ryanatkn/moss).
See the [Github issues](https://github.com/ryanatkn/moss).

I've been growing Moss slowly over 5+ years
to support [Zzz](https://zzz.ryanatkn.com/) and [my other projects](http://www.ryanatkn.com/)
that focus on end users, with regular breaking changes and experimental patterns.

## Community

I run community spaces for my projects, including Moss,
on [Discord](https://discord.gg/YU5tyeK72X)
and [spiderspace.org](https://www.spiderspace.org/).

Please [open issues](https://github.com/ryanatkn/Moss/issues) with any bugs
or other things you would like to discuss.
Prefer the Discord for most questions and discussions.

You can also find me as @webdevladder on
[YouTube](https://www.youtube.com/@webdevladder),
[Mastodon](https://fosstodon.org/@webdevladder),
[Twitter](https://twitter.com/webdevladder),
and [Hacker News](https://news.ycombinator.com/user?id=webdevladder).
I don't run any other communities like Reddit or Fediverse things
but don't let that stop you from making your own.

## Developers

If you feel comfortable looking at the source code,
Expand All @@ -51,8 +32,7 @@ with the major caveat that there will be a lot of breaking changes ahead.
The code is significantly incomplete but I think it's stable enough to use
if you're willing to keep up with the relatively fast-moving changelog.
Your feedback is welcome to help it improve.
See the dev channels in [Discord](https://discord.gg/YU5tyeK72X)
and [Github issues](https://github.com/ryanatkn/Moss/issues).
See the [Github issues](https://github.com/ryanatkn/moss/issues).

I'm open to PRs when they fit the project's design goals, which can be subtle and arbitrary.
Feel free to open PRs for straightforward changes, but start with an issue for most PRs.
Expand Down
4 changes: 1 addition & 3 deletions src/routes/Introduction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
and data for more complex usage.
</p>
<Unfinished_Implementation_Warning>
Moss is in early alpha and will have many breaking changes to get to 1.0. To follow along or lend
some help, see <a href="https://discord.gg/YU5tyeK72X">the Discord</a>
and
Moss is in early alpha and will have many breaking changes to get to 1.0. Help is welcome, see
<a href="https://github.com/ryanatkn/moss/blob/main/contributing.md">contributing.md</a>.
</Unfinished_Implementation_Warning>
4 changes: 1 addition & 3 deletions src/routes/library/introduction/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@
</p>
<p>
In the docs, you'll see I'm writing asides using "⚠️" with open questions and other discussion
of uncertainties. Your input is appreciated in the <a href="https://discord.gg/YU5tyeK72X"
>Discord</a
>, the
of uncertainties. Your input is appreciated in the
<a href="https://github.com/ryanatkn/moss/issues">GitHub issues</a>, or
<a href="https://www.webdevladder.net/">other social media</a>, on these and other topics, see
<a href="https://github.com/ryanatkn/moss/blob/main/contributing.md">contributing.md</a> for more
Expand Down

0 comments on commit 2be11c6

Please sign in to comment.