Conversation
|
Hello. Thanks for opening a PR on Exercism 🙂 We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in. You can use this link%5D(#359 ) to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch. If you're interested in learning more about this auto-responder, please read this blog post. Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it. |
|
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/cross-track-maintainers) |
|
The tests are all good. The tests in The solution currently in Let's delete the current contents of In We can check that the example solution passes by running $ bin/test-exercise exercises/practice/simple-cipher |
|
The robot-simulator exercise has a similar structure: example/robot_simulator.d has a working solution. |
|
If you are interested in adding another exercise after this, you might find the For example, $ bin/add-practice-exercise -a Narkunan -d 6 rail-fence-cipherwill update the config.json files for you, and copy the instructions. |
|
Many thanks for contributing this exercise. I'm not sure why you removed |
Thanks for accepting my PR I thought they are out of scope because mostly we will concern about encryption and decryption That's why I removed |
|
D contributors has a new entry. 🚀 |
Added simple cipher task. this is first time I am writing D program so if anything wrong please let me know : )