Skip to content
Permalink
Browse files

remove auk copypasta

  • Loading branch information...
ruebot committed Apr 11, 2019
1 parent 125e90c commit 742cecf0abc010d712a0a0c574ee315a100708ae
Showing with 9 additions and 9 deletions.
  1. +8 −8 CONTRIBUTING.md
  2. +1 −1 README.md
@@ -4,7 +4,7 @@ If you are reading this document then you are interested in contributing `au_not

### Use cases

If you would like to submit a use case for AUK, please submit and issue [here](https://github.com/archivesunleashed/au_notebook/issues/new), and begin the issue title with "Use Case:".
If you would like to submit a use case for `au_notebook`, please submit and issue [here](https://github.com/archivesunleashed/au_notebook/issues/new), and begin the issue title with "Use Case:".

### Documentation

@@ -20,34 +20,34 @@ To report a bug you should [open an issue](https://github.com/archivesunleashed/

In order to help us understand and fix the bug it would be great if you could provide us with:

1. The steps to reproduce the bug. This includes information about e.g. The AUK version you were using.
1. The steps to reproduce the bug. This includes information about e.g. The `au_notebook` version you were using.
2. The expected behavior.
3. The actual, incorrect behavior.

Feel free to search the issue queue for existing issues (aka tickets) that already describe the problem; if there is such a ticket please add your information as a comment.

### Contribute code

_If you are interested in contributing code to AUK but do not know where to begin:_
_If you are interested in contributing code to `au_notebook` but do not know where to begin:_

In this case you should [browse open issues](https://github.com/archivesunleashed/au_notebook/issues).

Contributions to AUK codebase should be sent as GitHub pull requests. See section _Create a pull request_ below for details. If there is any problem with the pull request we can work through it using the commenting features of GitHub.
Contributions to `au_notebook` codebase should be sent as GitHub pull requests. See section _Create a pull request_ below for details. If there is any problem with the pull request we can work through it using the commenting features of GitHub.

* For _small patches_, feel free to submit pull requests directly for those patches.
* For _larger code contributions_, please use the following process. The idea behind this process is to prevent any wasted work and catch design issues early on.

1. [Open an issue](https://github.com/archivesunleashed/au_notebook/issues), if a similar issue does not exist already. If a similar issue does exist, then you may consider participating in the work on the existing issue.
2. Comment on the issue with your plan for implementing the issue. Explain what pieces of the codebase you are going to touch and how everything is going to fit together.
3. The AUK committers will work with you on the design to make sure you are on the right track.
3. The `au_notebook` committers will work with you on the design to make sure you are on the right track.
4. Implement your issue, create a pull request (see below), and iterate from there.

### Create a pull request

Take a look at [Creating a pull request](https://help.github.com/articles/creating-a-pull-request). In a nutshell you need to:

1. [Fork](https://help.github.com/articles/fork-a-repo) the AUK GitHub repository at [https://github.com/archivesunleashed/au_notebook](https://github.com/archivesleashed/auk) to your personal GitHub account.
1. [Fork](https://help.github.com/articles/fork-a-repo) the `au_notebook` GitHub repository at [https://github.com/archivesunleashed/au_notebook](https://github.com/archivesleashed/au_notebook) to your personal GitHub account.
2. Commit any changes to your fork.
3. Send a [pull request](https://help.github.com/articles/creating-a-pull-request) to AUK GitHub repository that you forked in step 1. If your pull request is related to an existing issue -- for instance, because you reported a [bug/issue](https://github.com/archivesunleashed/aut/issues) earlier -- prefix the title of your pull request with the corresponding issue number (e.g. `issue-123: ...`). Please also include a reference to the issue in the description of the pull. This can be done by using '#' plus the issue number like so '#123', also try to pick an appropriate name for the branch in which you're issuing the pull request from.
3. Send a [pull request](https://help.github.com/articles/creating-a-pull-request) to `au_notebook` GitHub repository that you forked in step 1. If your pull request is related to an existing issue -- for instance, because you reported a [bug/issue](https://github.com/archivesunleashed/aut/issues) earlier -- prefix the title of your pull request with the corresponding issue number (e.g. `issue-123: ...`). Please also include a reference to the issue in the description of the pull. This can be done by using '#' plus the issue number like so '#123', also try to pick an appropriate name for the branch in which you're issuing the pull request from.

You may want to read [Syncing a fork](https://help.github.com/articles/syncing-a-fork) for instructions on how to keep your fork up to date with the latest changes of the upstream (official) `aut` repository.
You may want to read [Syncing a fork](https://help.github.com/articles/syncing-a-fork) for instructions on how to keep your fork up to date with the latest changes of the upstream (official) `au_notebook` repository.
@@ -28,7 +28,7 @@ or:

Please see [contributing guidelines](https://github.com/archivesunleashed/au_notebook/blob/master/CONTRIBUTING.md) for details.
* [Bug reports](https://github.com/archivesunleashed/au_notebook/issues)
* [Pull requests](https://github.com/archivesunleashed/au_notebook/pulls) are welcome on AUK
* [Pull requests](https://github.com/archivesunleashed/au_notebook/pulls) are welcome on `au_notebook`

## License

0 comments on commit 742cecf

Please sign in to comment.
You can’t perform that action at this time.