docs: better integrate CONTRIBUTING into the README
parent
f802d33652
commit
f91e6f1764
|
|
@ -137,4 +137,3 @@ pull request will be accepted with a high degree of certainty.
|
||||||
> **Pull requests are NOT a place to discuss feature design.** Please do
|
> **Pull requests are NOT a place to discuss feature design.** Please do
|
||||||
> not open a WIP pull request to discuss a feature. Instead, use a discussion
|
> not open a WIP pull request to discuss a feature. Instead, use a discussion
|
||||||
> and link to your branch.
|
> and link to your branch.
|
||||||
|
|
||||||
|
|
|
||||||
14
README.md
14
README.md
|
|
@ -13,6 +13,8 @@
|
||||||
·
|
·
|
||||||
<a href="https://ghostty.org/docs">Documentation</a>
|
<a href="https://ghostty.org/docs">Documentation</a>
|
||||||
·
|
·
|
||||||
|
<a href="CONTRIBUTING.md">Contributing</a>
|
||||||
|
·
|
||||||
<a href="HACKING.md">Developing</a>
|
<a href="HACKING.md">Developing</a>
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -49,6 +51,14 @@ See the [download page](https://ghostty.org/download) on the Ghostty website.
|
||||||
|
|
||||||
See the [documentation](https://ghostty.org/docs) on the Ghostty website.
|
See the [documentation](https://ghostty.org/docs) on the Ghostty website.
|
||||||
|
|
||||||
|
## Contributing and Developing
|
||||||
|
|
||||||
|
If you have any ideas, issues, etc. regarding Ghostty, or would like to
|
||||||
|
contribute to Ghostty through pull requests, please check out our
|
||||||
|
["Contributing to Ghostty"](CONTRIBUTING.md) document. Those who would like
|
||||||
|
to get involved with Ghostty's development as well should also read the
|
||||||
|
["Developing Ghostty"](HACKING.md) document for more technical details.
|
||||||
|
|
||||||
## Roadmap and Status
|
## Roadmap and Status
|
||||||
|
|
||||||
The high-level ambitious plan for the project, in order:
|
The high-level ambitious plan for the project, in order:
|
||||||
|
|
@ -184,7 +194,3 @@ SENTRY_DSN=https://e914ee84fd895c4fe324afa3e53dac76@o4507352570920960.ingest.us.
|
||||||
> stack memory of each thread at the time of the crash. This information
|
> stack memory of each thread at the time of the crash. This information
|
||||||
> is used to rebuild the stack trace but can also contain sensitive data
|
> is used to rebuild the stack trace but can also contain sensitive data
|
||||||
> depending when the crash occurred.
|
> depending when the crash occurred.
|
||||||
|
|
||||||
## Developing Ghostty
|
|
||||||
|
|
||||||
Please check out our [HACKING.md](HACKING.md) for more details.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue