forking project doesn't copy issues/wiki/pipeline settings
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=16282)
</details>
<!--IssueSummary end-->
When you fork a project that has issues, pipeline & wiki disabled, the new project gets them enabled.
(Environment: GitLab EE 8.13.0-ee gitlab-ce@562bbc61f9656bc96ba7dbd2f10afcff21428e0b)
To reproduce:
Fork a project. In our case, an internal visibility one with issues, pipeline & wiki disabled.
Expected result:
A new project with issues/pipeline/wiki disabled by default.
Actual result:
A new project with issues/pipeline/wiki enabled
(Alternatively, a way to specify the default settings for a new project would also work - I've search for such a setting but not managed to find it.)
The way it currently is, all our projects get cluttered with functionality we don't use and/or have the potential to confuse users.
(Our company follows a "forking" workflow - i.e. each developer has a fork of the whole repo, and sends merge requests from that repo back to the main repo.)
issue