Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit beae1bb

Browse files
committed
deprecated!
1 parent 241e06e commit beae1bb

File tree

4 files changed

+30
-42
lines changed

4 files changed

+30
-42
lines changed

Diff for: CONTRIBUTING.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,10 @@ you! All fixes, patches and enhancements to it are very warmly welcomed.
66
Please take a moment to review this document in order to find how your
77
contribution can be possible.
88

9-
## Bugs and Feature Requests
9+
## Deprecated Project
1010

11-
The preferred way to report bugs or request features is to use
12-
[GitHub issues](issues). For this project, however, that feature is not
13-
available.
14-
15-
## Pull Requests
16-
17-
1. Create a [GitHub account](https://github.com/join) (if you don't have one already)
18-
2. [Fork](https://help.github.com/articles/fork-a-repo) this project
19-
3. Create your feature branch: `git checkout -b my-new-feature`
20-
4. Make your changes
21-
5. Commit your changes: `git commit -am 'Add some feature'`
22-
6. Push to the branch: `git push origin my-new-feature`
23-
7. Submit a pull request
24-
25-
Before you submit a
26-
[pull request](https://help.github.com/articles/using-pull-requests/) from your
27-
forked repo, check that it meets these guidelines:
28-
29-
- If the pull request adds or changes a functionality, make sure the
30-
documentation is also created or updated as part of the same pull request.
31-
- Try not to put more than one feature or bug fix in a single pull request. Create a
32-
separate pull request for each feature or bug fix.
33-
- Squash your commits into one for each pull request: `git reset --soft HEAD~<NUMBER_OF_COMMITS> && git commit`.
11+
Contributing to this project is no longer possible since the project is no
12+
longer maintained.
3413

3514
## License
3615

Diff for: README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
**[DEPRECATED] This repository is no longer maintained**
2+
> While this project is fully functional, the content is no longer maintained and therefore is no longer up to date. You are still welcome to explore, learn, and use the code provided here.
3+
>
4+
> This project was replaced by the [docker-debian](https://github.com/fscm/docker-debian) project.
5+
16
# Debian Docker
27

8+
![No longer maintained](https://img.shields.io/badge/maintenance-OFF-red.svg?&style=flat-square)
9+
310
Packer templates to build Docker Debian containers.
411

512
## Synopsis
@@ -36,14 +43,8 @@ Detailed instructions can be found on the specific release folders.
3643

3744
## Contributing
3845

39-
1. Fork it!
40-
2. Create your feature branch: `git checkout -b my-new-feature`
41-
3. Commit your changes: `git commit -am 'Add some feature'`
42-
4. Push to the branch: `git push origin my-new-feature`
43-
5. Submit a pull request
44-
45-
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how
46-
to contribute to this project.
46+
Contributing to this project is no longer possible since the project is no
47+
longer maintained.
4748

4849
## Versioning
4950

Diff for: jessie/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
**[DEPRECATED] This repository is no longer maintained**
2+
> While this project is fully functional, the content is no longer maintained and therefore is no longer up to date. You are still welcome to explore, learn, and use the code provided here.
3+
>
4+
> This project was replaced by the [docker-debian](https://github.com/fscm/docker-debian) project.
5+
16
# Debian Jessie Docker
27

8+
![No longer maintained](https://img.shields.io/badge/maintenance-OFF-red.svg?&style=flat-square)
9+
310
Packer templates to build a Docker Debian Jessie base image.
411

512
## Synopsis
@@ -86,11 +93,8 @@ docker push <user>/<image>:<extra_tag>
8693

8794
## Contributing
8895

89-
1. Fork it!
90-
2. Create your feature branch: `git checkout -b my-new-feature`
91-
3. Commit your changes: `git commit -am 'Add some feature'`
92-
4. Push to the branch: `git push origin my-new-feature`
93-
5. Submit a pull request
96+
Contributing to this project is no longer possible since the project is no
97+
longer maintained.
9498

9599
## Versioning
96100

Diff for: stretch/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
**[DEPRECATED] This repository is no longer maintained**
2+
> While this project is fully functional, the content is no longer maintained and therefore is no longer up to date. You are still welcome to explore, learn, and use the code provided here.
3+
>
4+
> This project was replaced by the [docker-debian](https://github.com/fscm/docker-debian) project.
5+
16
# Debian Stretch Docker
27

8+
![No longer maintained](https://img.shields.io/badge/maintenance-OFF-red.svg?&style=flat-square)
9+
310
Packer templates to build a Docker Debian Stretch base image.
411

512
## Synopsis
@@ -86,11 +93,8 @@ docker push <user>/<image>:<extra_tag>
8693

8794
## Contributing
8895

89-
1. Fork it!
90-
2. Create your feature branch: `git checkout -b my-new-feature`
91-
3. Commit your changes: `git commit -am 'Add some feature'`
92-
4. Push to the branch: `git push origin my-new-feature`
93-
5. Submit a pull request
96+
Contributing to this project is no longer possible since the project is no
97+
longer maintained.
9498

9599
## Versioning
96100

0 commit comments

Comments
 (0)