-
Notifications
You must be signed in to change notification settings - Fork 524
Adopt ExDoc & Move Documentation In-Tree #2973
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
Draft
jessestimpson
wants to merge
4
commits into
erlang:main
Choose a base branch
from
jessestimpson:exdoc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,3 +25,4 @@ env | |
|
|
||
| # hex_core artifact | ||
| apps/rebar/src/vendored/r3_safe_erl_term.erl | ||
| apps/rebar/doc | ||
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 |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| -module(cth_fail_fast). | ||
| -moduledoc false. | ||
|
|
||
| %% Callbacks | ||
| -export([id/1]). | ||
|
|
||
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 |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| -module(cth_retry). | ||
| -moduledoc false. | ||
|
|
||
| %% Callbacks | ||
| -export([id/1]). | ||
|
|
||
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
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,16 @@ | ||
| # About Us | ||
| ## Community | ||
|
|
||
| - [Issue Tracker](https://github.com/erlang/rebar3/issues) | ||
| - [Github Discussions](https://github.com/erlang/rebar3/discussions) | ||
| - Slack: #rebar3 on [Erlang Slack](https://erlef.org/slack-invite/erlanger) | ||
| - IRC: #rebar on freenode | ||
| - [Contribution guidelines](https://github.com/erlang/rebar3/blob/master/CONTRIBUTING.md) | ||
|
|
||
| ## Credits | ||
|
|
||
| - [Source Contributors](https://github.com/rebar/rebar3/blob/master/THANKS) *(including rebar 2.x contributors prior to forking)* | ||
| - Rebar3 logo by [Francis Tseng](https://twitter.com/frnsys). | ||
| - Maintainers with admin rights: | ||
| - [@tsloughter](https://github.com/tsloughter/) | ||
| - [@ferd](https://github.com/ferd/) |
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,45 @@ | ||
| # Security Policy | ||
| ## Security Caveats | ||
|
|
||
| Rebar3 is a build tool that by design allows arbitrary code execution from downloaded components. Scripts can be executed in all kinds of areas of a regular project workflow including (but not limited to): scripts to modify configuration files, "parse transforms" (macros), plugins, provider and shell hooks, and so on. | ||
|
|
||
| Users of Rebar3 should be aware of the nature of its model, and issues related to these parts of its design will not be considered to be security issues nor vulnerabilities. | ||
|
|
||
| ## Reporting a Security Issue | ||
|
|
||
| All security issues should be reported to one or more of the current maintainers: | ||
|
|
||
| - [Fred Hebert](https://keybase.io/mononcqc) ([@ferd](https://github.com/ferd/)) | ||
| - [Tristan Sloughter](https://keybase.io/tsloughter) ([@tsloughter](https://github.com/tsloughter/)) | ||
|
|
||
| E-Mail addresses are available in GitHub profiles, and PGP public keys in Keybase profiles. | ||
|
|
||
| If you have not received a reply to your query within 48 hours, or have not heard from one of the maintainers for the past five days, there are a few steps you can take: | ||
|
|
||
| - One of the authenticated channels in the maintainers Keybase profiles | ||
| - Open a GitHub issue directly | ||
| - Ask on #rebar3 on the [official Erlang Slack team](https://erlef.org/slack-invite/erlanger) | ||
| - Ask on #rebar on IRC on libera.chat | ||
|
|
||
| Please note that the GitHub issues, mailing list, and chat channels are public areas. When escalating in these venues, please do not discuss details of your issue. Simply say that you’re trying to get a hold of someone from the maintainer team. | ||
|
|
||
| ## Disclosure Policy | ||
|
|
||
| We're a small project of volunteers working in whatever free time they have, with limited mechanisms to reach developers from other communication channels. | ||
|
|
||
| Disclosure will be fairly ad-hoc and made to reach as many people as possible. | ||
|
|
||
| Nevertheless, the expected steps are: | ||
|
|
||
| 1. The issue is received and discussed privately by the maintainers | ||
| 2. A fix is prepared and reviewed between maintainers | ||
| 3. When ready, the fix will be committed to the repository and a release will be cut | ||
| 4. An announcement will be made about the new release on the public channels associated to the project | ||
|
|
||
| ## Receiving Security Updates | ||
|
|
||
| The best way to know about security updates is to subscribe to any of the communication channels of the project. | ||
|
|
||
| ## Comments on This Policy | ||
|
|
||
| If you have any suggestions to improve this policy, please contact the maintainers or open a GitHub issue. |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think long term we'll want to keep things on rebar3.org, but if necessary just proxy/redirect to hex.pm/rehost there. Keeping the domain and links that have been indexed and used for years working would be good.