Skip to content

Commit

Permalink
Always go bleeding edge (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 27, 2024
1 parent 84cbecc commit a59dfe0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A list of software versions where the bug is apparent, as detailed as possible:

An ordered list of steps to replicate the bug:

1. run `rebar3 ci`
1. run `rebar3 as test ci`
2. search for `...` in the error output
3. look at file `...`

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
- name: Continuous Integration
run: |
rebar3 as test ci
- name: Check if build left artifacts
run: git diff --exit-code
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _build
doc/
erl_crash.dump
rebar3.crashdump
rebar.lock
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
Bugs can be reported via
[GitHub issues: bug report](https://github.com/arizona-framework/arizona_example/issues/new?template=bug_report.md).

Some contributors and maintainers may be unpaid developers working on `arizona_example`, in their own time,
with limited resources. We ask for respect and understanding, and will provide the same back.
Some contributors and maintainers may be unpaid developers working on `arizona_example`, in their
own time, with limited resources. We ask for respect and understanding, and will provide the same
back.

If your contribution is an actual bug fix, we ask you to include tests that, not only show the issue
is solved, but help prevent future regressions related to it.
Expand All @@ -30,8 +31,8 @@ is solved, but help prevent future regressions related to it.

Before requesting or implementing a new feature, do the following:

- search, in existing [issues](https://github.com/arizona-framework/arizona_example/issues) (open or closed),
whether the feature might already be in the works, or has already been rejected,
- search, in existing [issues](https://github.com/arizona-framework/arizona_example/issues) (open or
closed), whether the feature might already be in the works, or has already been rejected,
- make sure you're using the latest software release (or even the latest code, if you're going for
_bleeding edge_).

Expand All @@ -40,8 +41,8 @@ If this is done, open up a

We may discuss details with you regarding the implementation, and its inclusion within the project.

We try to have as many of `arizona_example`'s features tested as possible. Everything that a user can do,
and is repeatable in any way, should be tested, to guarantee backwards compatible.
We try to have as many of `arizona_example`'s features tested as possible. Everything that a user
can do, and is repeatable in any way, should be tested, to guarantee backwards compatible.

## Submitting your changes

Expand Down
2 changes: 0 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

{alias, [
{ci, [
{unlock, "--all"},
{upgrade, "--all"},
lint,
{do, "default as test xref"},
{do, "default as test dialyzer"},
Expand Down
24 changes: 0 additions & 24 deletions rebar.lock

This file was deleted.

0 comments on commit a59dfe0

Please sign in to comment.