Eeshaan Sawant
Eeshaan Sawant
#### Description  Clicking on the SMI logo currently opens up the image, whereas it should take us to https://smi-spec.io/ #### Expected Behavior #### Screenshots #### Enviroment: - OS: Mac...
**Description** This PR fixes #80 **Notes for Reviewers** Please suggest the changes that need to be made. **[Signed commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** - [x] Yes, I signed my commits.
#### Description The Service mesh patterns site needs a about layer5 section on the about authors page according to figma design!! #### Expected Behavior #### Screenshots/Logs #### Environment: - Meshery...
**getDonators error**  **donateToCampaign error**  My Code: **index.jsx** ``` `const donate = async (pId, amount) => { // const value = ethers.utils.parseEther(amount); const data = await contract.call("donaateToCampaign", [pId]); return...
Updated the Readme in the following ways: 1. Prased major sections of the readme and used correct english and grammar. 2. Updated the Project Setup to better reflect current errors...
added variables.sass for easier code setup. Also removed from gitignore. ## Description it is hard to setup the project for programmers and contributors, so added the file. ## Related Issue...
**What this PR does**: Add root files in UserGuide. Please check [v0.55x userguide](https://pipecd.dev/docs-dev/user-guide/) to check and review what has changed. **Why we need it**: **Which issue(s) this PR fixes**: Fixes...
**What this PR does**: Add userguide/managingPiped section. Please check [v0.55x userguide](https://pipecd.dev/docs-dev/user-guide/) to check and review what has changed. **Why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does...
**What this PR does**: Add root files for userguide/managingApplication/* Please check v0.55x docs for comparision **Why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce...
The current Contributing section on [pipecd.dev](https://pipecd.dev/) only links to CONTRIBUTING.md and a basic architecture page. While helpful, it lacks the depth and guidance needed to support both new contributors and...